AgentD / squashfs-tools-ng

A new set of tools and libraries for working with SquashFS images
Other
194 stars 30 forks source link

Fix more normalization of slashes in filenames. #78

Closed smoser closed 3 years ago

smoser commented 3 years ago

It looks like the last commit missed a couple more occurences where backslash was treated incorrectly.

Fixes were still needed in sqfs_dir_reader_find_by_path and sqfs_dir_reader_get_full_hierarchy.

This path is used in extras/browse.c.

It'd be good to get this into the fixes/1.0.0 branch as well. If requested, I'll make a separate PR for that after this one lands.