From a18fb7244fae7a4332da430a4786b012588f8339 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 29 Sep 2004 14:45:16 +0000 Subject: [PATCH] Update (Logical change 1.583) --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7234ea4a..3ad32e63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,12 @@ xx/xx/2004 - 2.0.0-WIP - New API: attrlist.[ch]::ntfs_attrlist_need. (Yura) - ntfsclone: save by using our, not NTFS cluster allocation bitmap. This gives more control in the future what to save (Szaka) + - Fix stupid bug in ntfs_attr_reinit_search_ctx() introduced during + changes to ntfs_external_attr_find(). This is because + ntfs_attr_lookup() intentionally does not clear ctx->al_entry but + does clear ctx->base_ntfs_ino which in turn means that + ntfs_attr_reinit_search_ctx() does not clear ctx->al_entry. Now, + ntfs_attr_reinit_search_ctx() always clears ctx->al_entry. 04/09/2004 - 1.9.4 - Urgent bug fixes.