ntfs-3g/libntfs
cantab.net!aia21 da742f48da - Fix a bug where we would not always detect that we have reached the
end of a compression block because we were ending at minus one byte
  which is effectively the same as being at the end.  The fix is to
  check whether the uncompressed buffer has been fully filled and if so
  we assume we have reached the end of the compression block.  A big
  thank you to Marcin Gibuła for the bug report, the assistance in
  tracking down the bug and testing the fix.
- Fix a bug where we forgot to reset the data_size and initialized_size
  in two error code paths.
- Fix a bug where an uncompressed block could be misdetected as a
  compressed one if it was made up of multiple runs.

(Logical change 1.390)
2004-05-11 09:21:24 +00:00
..
Makefile.am
Makefile.in Update to automake 1.8.3. 2004-03-26 14:50:33 +00:00
attrib.c Fix some compiler warnings. 2004-03-26 14:42:21 +00:00
attrib_RE.txt
attrlist.c
bitmap.c
bootsect.c
compat.c
compress.c - Fix a bug where we would not always detect that we have reached the 2004-05-11 09:21:24 +00:00
debug.c
device.c
device_io.c
dir.c
gnome-vfs-method.c
gnome-vfs-module.c
inode.c
lcnalloc.c
libntfs-gnomevfs.8.in
libntfs.conf.in
mft.c
mst.c
runlist.c Fix some compiler warnings. 2004-03-26 14:42:21 +00:00
security.c - Fix silly bug where j is used to store the error code 2004-04-23 10:54:57 +00:00
unistr.c Work around mbstowcs() bug in DJGPP and update workaround for bug in 2004-04-27 12:48:14 +00:00
unix_io.c
volume.c
win32_io.c Add SetFilePointerEx() emulation. (Lode) 2004-04-28 08:06:17 +00:00