summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-10-31 16:43:17 +0000
committerpaul <paul>2004-10-31 16:43:17 +0000
commit039b95776979c74f7d02719800f9d742338e815b (patch)
treef833c1f87818c79b17cec0c3c87b2e4763675c90 /lib/ChangeLog
parent70e149e0492c369a64933d63c212d4e15cd5194e (diff)
2004-10-31 Paul Jakma <paul@dishone.st>
* thread.c: Use XCALLOC and sizeof the type, not the pointer.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 57fd64fd..6604ec85 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -6,7 +6,8 @@
* keychain.c: Convert some more strtoul users to VTY_GET_INTEGER.
* memory.h: Add MTYPE_THREAD_FUNCNAME and MTYPE_THREAD_STATS
* thread.c: Update stats and funcname alloc/free to use previous
- specific memory type defines
+ specific memory type defines. Use XCALLOC and sizeof the type,
+ not the pointer.
* smux.c: fix int to size_t compile warnings
2004-10-29 Paul Jakma <paul@dishone.st>