From eb22ebe0eceb202984cc9dc1937fed1bf7fa13b8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 24 Apr 2001 23:06:50 +0000 Subject: 2001-04-24 Joel Sherrill * src/imfs/memfile.c (memfile_open): Did not set iop->size and thus the value was incorrect. Before this field was cleared, this resulted in the value from the last time that IOP was used being still in place. Discovered by Andrew Bythell . --- c/src/exec/libfs/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/exec/libfs/ChangeLog') diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog index ef8ce14bb2..2599a40146 100644 --- a/c/src/exec/libfs/ChangeLog +++ b/c/src/exec/libfs/ChangeLog @@ -1,3 +1,11 @@ +2001-04-24 Joel Sherrill + + * src/imfs/memfile.c (memfile_open): Did not set iop->size + and thus the value was incorrect. Before this field was cleared, + this resulted in the value from the last time that IOP was used + being still in place. Discovered by Andrew Bythell + . + 2001-04-20 Joel Sherrill * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print -- cgit v1.2.3