Elkeid
Elkeid copied to clipboard
Unescaped deliminator in path string
Describe the bug Deliminator char appeared in path string is not escaped and would lead to parse failure.
To Reproduce
touch `echo -en "/tmp/aaaa\x17"`
Expected behavior Kernel module output could be parsed correctly.
OS information (please complete the following information):
- Distribution: [Debian]
- Version [buster]
- Kernel info [4.19.0-6-amd64]
This situation is relatively rare, we will improve the protocol in the future to avoid this problem.
Will update in next version.
Will update in next version.
Previewe in branch "v1.9"