summaryrefslogtreecommitdiff
path: root/isofs/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-04-29 21:18:18 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-04-29 21:18:18 +0000
commitf26028486ddc61c0508efab260afb8503b377eb3 (patch)
treec04dffebcf7600f2f183161b388ebe92288c0698 /isofs/ChangeLog
parent17f7ee39ab6bb1ce1c7f1d0e905c0d836c136084 (diff)
2001-04-29 Marcus Brinkmann <marcus@gnu.org>
* lookup.c (diskfs_get_directs): If an RE entry is encountered, just decrement I again. Rearrange the code to check for a new logical sector in any case. Also make sure to always release RR before returning. This fixes some memory leaks and Debian bug report #63373.
Diffstat (limited to 'isofs/ChangeLog')
-rw-r--r--isofs/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index 6d3832a2..81043e4c 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,11 @@
+2001-04-29 Marcus Brinkmann <marcus@gnu.org>
+
+ * lookup.c (diskfs_get_directs): If an RE entry is encountered,
+ just decrement I again. Rearrange the code to check for a new
+ logical sector in any case. Also make sure to always release RR
+ before returning. This fixes some memory leaks and Debian bug
+ report #63373.
+
2001-02-25 Roland McGrath <roland@frob.com>
* lookup.c: Include <stdlib.h> for abort decl.