Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unescaped deliminator in path string #130

Open
rk700 opened this issue Sep 29, 2021 · 3 comments
Open

Unescaped deliminator in path string #130

rk700 opened this issue Sep 29, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@rk700
Copy link

rk700 commented Sep 29, 2021

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]
@Percivalll
Copy link
Contributor

This situation is relatively rare, we will improve the protocol in the future to avoid this problem.

@Percivalll
Copy link
Contributor

Will update in next version.

@Percivalll Percivalll added the enhancement New feature or request label Jul 15, 2022
@Percivalll Percivalll added this to the v2.0 milestone Jul 15, 2022
@Percivalll Percivalll self-assigned this Aug 18, 2022
@Percivalll Percivalll removed this from the v1.9.1 milestone Dec 2, 2022
@kulukami
Copy link
Collaborator

Will update in next version.

Previewe in branch "v1.9"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants