mirror of
https://github.com/fluencelabs/musl
synced 2025-06-26 05:02:02 +00:00
the FNM_PATHNAME logic for advancing by /-delimited components was incorrect when the / character was escaped (i.e. \/), and a final \ at the end of pattern was not handled correctly.