mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-23 02:05:01 +03:00
Colin Walters
36ba6e5426
Ensure we don't get duplicate '.' which leads to corruption
In path_split(), we squash '.' entirely, since it's redundant and if we don't, we return an extra component which callers would then have to handle. In repo, ensure we're never explicitly parsing '.' either (yet).
Description
Languages
C
73.4%
Shell
15.4%
Rust
7.5%
Yacc
1%
M4
0.9%
Other
1.7%