-
Notifications
You must be signed in to change notification settings - Fork 246
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
Invalid filename-escaping (?) #1878
Labels
Comments
@giuseppe PTAL |
do you have any customization in |
giuseppe
added a commit
to giuseppe/storage
that referenced
this issue
Apr 9, 2024
The getString() function was used to extract string values, but it doesn't handle escaped characters. Replace it with iter.ReadString() that is slower but handles escaped characters correctly. Closes: containers#1878 Signed-off-by: Giuseppe Scrivano <[email protected]>
opened a PR: although the issue happens only when using the new partial pull code, and having |
It's the "default" config provided by Arch Linux:
|
giuseppe
added a commit
to giuseppe/storage
that referenced
this issue
Apr 9, 2024
The getString() function was used to extract string values, but it doesn't handle escaped characters. Replace it with iter.ReadString() that is slower but handles escaped characters correctly. Closes: containers#1878 Signed-off-by: Giuseppe Scrivano <[email protected]>
giuseppe
added a commit
to giuseppe/storage
that referenced
this issue
Apr 20, 2024
The getString() function was used to extract string values, but it doesn't handle escaped characters. Replace it with iter.ReadString() that is slower but handles escaped characters correctly. Closes: containers#1878 Signed-off-by: Giuseppe Scrivano <[email protected]> (cherry picked from commit f388a77)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
Since a few days, running
podman bud ...
stops with an error:It turns out, that
system-systemd\x2dcryptsetup.slice
is stored assystem-systemd\\x2dcryptsetup.slice
Running the same commands on a different machine works. What could lead to this behavior?
Steps to reproduce the issue
podman run --rm -it docker.io/archlinux/archlinux:base-20240401.0.226100 ls -l /usr/lib/systemd/system | grep system-sys
Describe the results you received
I got this on several build servers:
Describe the results you expected
This is what I got running the same command locally:
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: