summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-09-29 04:29:01 +0000
committerRoland McGrath <roland@gnu.org>2001-09-29 04:29:01 +0000
commit85a4f4fc773eb1f530b96fc7f6ffe28577e22078 (patch)
tree2e819aff30266c3be980e9306c7fc9d13fc62924
parent4226fd1b67d1f1571ca21128eaf4a7112bc1ea06 (diff)
.
-rw-r--r--libstore/ChangeLog5
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.