summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-23 14:02:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-23 14:02:02 +0000
commitd79ef179dc5f73821e96e3cbf063e90a21901ecb (patch)
tree0b6e4c1d11dbac2a9bc5289ad2221dcbeab1e904 /c/src/exec/libfs/ChangeLog
parentchanged version to ss-20010319 (diff)
downloadrtems-d79ef179dc5f73821e96e3cbf063e90a21901ecb.tar.bz2
2001-03-23 Joel Sherrill <joel@OARcorp.com>
* src/imfs/memfile.c: Reapply fix from bug report from Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer was dereferenced when freeing a triply indirect file. The fix was applied to the 4.5 release branch and not the development branch.
Diffstat (limited to '')
-rw-r--r--c/src/exec/libfs/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog
index 8a39874a0a..5dc5dbf9c1 100644
--- a/c/src/exec/libfs/ChangeLog
+++ b/c/src/exec/libfs/ChangeLog
@@ -1,3 +1,11 @@
+2001-03-23 Joel Sherrill <joel@OARcorp.com>
+
+ * src/imfs/memfile.c: Reapply fix from bug report from
+ Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
+ was dereferenced when freeing a triply indirect file.
+ The fix was applied to the 4.5 release branch and not
+ the development branch.
+
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.