diff options
author | Nicholas Vinson <nvinson234@gmail.com> | 2021-04-12 20:51:38 -0400 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2021-04-22 10:43:01 +0200 |
commit | 8bac25377cf2c447c439c04837ea178d6a0f845c (patch) | |
tree | d25238891a000a6978c8d77b304c6e48038a12c4 /test/test.txt | |
parent | b65dedd7b2280e8971a3b00b60464bd18ebbb4b2 (diff) | |
download | wgetpaste-8bac25377cf2c447c439c04837ea178d6a0f845c.tar.gz |
Do not interpret content when posting to dpaste
'echo -e' is used to prepare data for dpaste. However if
`echo -e "${content}"` is used, the content gets interpreted as well.
This results in constructs such as '\0' getting misinterpreted as the
byte 0x00. As a result, the interperted context can result in output
not compatible with dpaste.
fixes bug #25
Diffstat (limited to 'test/test.txt')
0 files changed, 0 insertions, 0 deletions