about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-05 00:34:07 +0000
committerRoland McGrath <roland@gnu.org>2003-04-05 00:34:07 +0000
commitd0f534e9a19823a3fa473aaeb61d37394b6bb753 (patch)
tree4c1f48f35fe43d6a3d72681b81c1b37ebc3d4cc2 /ChangeLog
parentbeb03cee27a133e3fd34795e32d6d51c7b7b4d4d (diff)
downloadglibc-d0f534e9a19823a3fa473aaeb61d37394b6bb753.tar.gz
glibc-d0f534e9a19823a3fa473aaeb61d37394b6bb753.tar.xz
glibc-d0f534e9a19823a3fa473aaeb61d37394b6bb753.zip
* stdio-common/reg-printf.c (__register_printf_function): Calloc
	instead of malloc __printf_arginfo_table and __printf_function_table.
	Reported by John Reiser <jreiser@BitWagon.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c663eb4d10..8615addc31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-05  Jakub Jelinek  <jakub@redhat.com>
+
+	* stdio-common/reg-printf.c (__register_printf_function): Calloc
+	instead of malloc __printf_arginfo_table and __printf_function_table.
+	Reported by John Reiser <jreiser@BitWagon.com>.
+
 2003-04-04  Steven Munroe  <sjmunroe@us.ibm.com>
 
 	* sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.