diff options
author | Roland McGrath <roland@gnu.org> | 2001-09-29 04:29:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-09-29 04:29:01 +0000 |
commit | 85a4f4fc773eb1f530b96fc7f6ffe28577e22078 (patch) | |
tree | 2e819aff30266c3be980e9306c7fc9d13fc62924 /libstore | |
parent | 4226fd1b67d1f1571ca21128eaf4a7112bc1ea06 (diff) |
.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 12e19c9f..c98dd5b8 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,8 @@ +2001-09-28 Roland McGrath <roland@frob.com> + + * decode.c (store_std_leaf_decode): Actually copy data into MISC. + Don't call malloc for it when MISC_LEN is zero, just store null. + 2001-09-27 Roland McGrath <roland@frob.com> * nbd.c (store_nbd_open): Divide reported size by block size. |