From 039b95776979c74f7d02719800f9d742338e815b Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 31 Oct 2004 16:43:17 +0000 Subject: 2004-10-31 Paul Jakma * thread.c: Use XCALLOC and sizeof the type, not the pointer. --- lib/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ChangeLog') 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 -- cgit v1.2.1