From a139e15ddde7ca42e3b13ddfd5abefc592d4b382 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 24 Sep 2003 13:16:33 +0000 Subject: [PATCH] SCCS merged 2003/09/24 14:13:09+01:00 cantab.net!aia21 update (Logical change 1.182) --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f034f666..4b998601 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,12 @@ xx/xx/2003 - 1.8.0-devel - Work in progress. it is NULL. - Return errno ENOTDIR from dir.c::ntfs_readdir() when called with a file inode. + - Fix a silly bug in attrib.c::ntfs_external_attr_find() which caused + us to always return the same attribute during an enumeration as soon + as the end of the attributes to be enumerated was reached thus + causing the program doing the enumeration to hang in a tight loop. + NOTE: There is still work to do as ctx->al_entry is set to NULL + instead of to the position in the attribute list at which to insert. - Added man page for ntfsls. - Lots of extensions and cleanups to ntfsls.