andrinux / fusecompress

GNU General Public License v2.0
0 stars 0 forks source link

segfault when reading beyond EOF with caching enabled #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With the skip cache enabled, a read beyond the end of file on a file with a
cache can lead to a segfault or incorrect data being returned. We need to
check the length of the cache.

Original issue reported on code.google.com by ulrich.h...@gmail.com on 6 Oct 2008 at 1:16

GoogleCodeExporter commented 8 years ago
fixed in r77

Original comment by ulrich.h...@gmail.com on 13 Oct 2008 at 11:42