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

MountInfo does not unescape special characters #262

Open
tatref opened this issue Mar 29, 2023 · 0 comments
Open

MountInfo does not unescape special characters #262

tatref opened this issue Mar 29, 2023 · 0 comments

Comments

@tatref
Copy link
Contributor

tatref commented Mar 29, 2023

See unmangle_octal function in PR #261

To test:

mkdir "$(echo -e 'aaa\\b\tc\nd#e')"
dd if=/dev/zero bs=1M count=200 of=ext4.img
mkfs.ext4 ext4.img
sudo mount  ext4.img aaa*

Then run example mountinfo, this will give:

/dev/loop0 on /root/test/aaa\134b\011c\012d#e type ext4 (relatime,rw,seclabel)
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

No branches or pull requests

1 participant