vasi / lzopfs

Random access to compressed files with a FUSE filesystem
Other
30 stars 4 forks source link

Bad decompression #1

Open vasi opened 11 years ago

vasi commented 11 years ago

I've only observed this on Funtoo Linux with the file qt-everywhere-opensource-src-4.8.4.tar.gz , possibly it happens elsewhere though. Does it have to do with word-size? Gzip?

vasi commented 11 years ago

Seems not 100% reproducible, maybe I'm scribbling over uninitialized memory? Try with malloc_debug, valgrind, clang static analyzer.