diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-12-29 12:10:46 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-12-29 12:39:17 +0100 |
commit | b04ff42f1640a4dd67af043f08b62ac4ec96edc7 (patch) | |
tree | 01f8c6d3fb0f69d1dfb8d47b3cdd8f40c79e991e /lib/compat/chdir.c | |
parent | 40ca906fa9f2f0e4e325432aff00433f2bb731bd (diff) |
Fix normalization of slashes in filenames
All paths were canonicalized internally, which includes filtering
sequences of slashes and converting backslashes to slashes.
Furthermore, when unpacking files, filenames are sanity checked
and rejected if they contain forward OR backward slashes.
This is a problem on Unix-like systems, where files containing
backslashes are a legitimate use case (*cough* SystemD *cough*).
This patch removes the backslash conversion from the canonicalization
and modifies the sanity check to reject backslashes only on Windows.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/compat/chdir.c')
0 files changed, 0 insertions, 0 deletions