vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
291 stars 66 forks source link

lstat of a symbolic link report 0 size #5

Closed widewing closed 8 years ago

widewing commented 9 years ago

It should report the length of the link target string

znik3040 commented 8 years ago

some scripts/binaries fails when stat symlink and get 0 bytes size. it assumes that symlink is corrupted.

chipturner commented 8 years ago

This is now merged in trunk. Thanks for the report and patch!