Skip to content

Conversation

@nvinson
Copy link
Contributor

@nvinson nvinson commented Apr 13, 2021

'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

'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 zlin#25
@Cogitri Cogitri merged commit 8bac253 into zlin:master Apr 22, 2021
@nvinson nvinson deleted the bugfix_25 branch May 3, 2021 16:41
@xxc3nsoredxx xxc3nsoredxx mentioned this pull request May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants