Skip to content

Fix escape chars handing in Peach Fuzzer - #65

Merged
robertbaldyga merged 2 commits into
Open-CAS:masterfrom
robertbaldyga:peach-fuzzer-fix-escape
Sep 12, 2026
Merged

robertbaldyga merged 2 commits into
Open-CAS:masterfrom
robertbaldyga:peach-fuzzer-fix-escape

Conversation

@robertbaldyga

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Robert Baldyga <robert.baldyga@unvertical.com>
A backslash followed by a newline is a line continuation, so the shell
removes both characters instead of passing the newline. The newline has
to be quoted instead.

Quotes may be embedded in the middle of a word, so the fuzzed value
is still passed as a single argument.

Signed-off-by: Robert Baldyga <robert.baldyga@unvertical.com>
@robertbaldyga
robertbaldyga merged commit cc06013 into Open-CAS:master Sep 12, 2026
3 checks passed
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.

1 participant