diff options
| author | Thomas Bushnell <thomas@gnu.org> | 1999-05-06 14:35:19 +0000 |
|---|---|---|
| committer | Thomas Bushnell <thomas@gnu.org> | 1999-05-06 14:35:19 +0000 |
| commit | 55b7d72f9bf1b0d41a84be1d3669c39e74135b0a (patch) | |
| tree | ef75e9eef6624322cc01584478c8bbd643d69453 /ufs-fsck/ChangeLog | |
| parent | 7b4bf7ce4b982d503d8499b7beeaec4d3d9bdc19 (diff) | |
Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>
* utilities.c (pextend): Free MORE before returning.
* dir.c (linkup): Don't free tempname until after we're done using
it in the call to warning.
Reported by Katsuya Tanaka (tanaka@boarderz.com).
Diffstat (limited to 'ufs-fsck/ChangeLog')
| -rw-r--r-- | ufs-fsck/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ufs-fsck/ChangeLog b/ufs-fsck/ChangeLog index 93c2e4af..0fede606 100644 --- a/ufs-fsck/ChangeLog +++ b/ufs-fsck/ChangeLog @@ -1,3 +1,10 @@ +Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * utilities.c (pextend): Free MORE before returning. + * dir.c (linkup): Don't free tempname until after we're done using + it in the call to warning. + Reported by Katsuya Tanaka (tanaka@boarderz.com). + 1999-03-25 Roland McGrath <roland@baalperazim.frob.com> * setup.c (setup): Don't complain if the device is a block device. |
