about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-09 21:16:11 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-09 21:16:11 +0000
commitaa693c68be9fc19b88bef6806c77b8b4afa7a438 (patch)
treecd7e337f63a92e161005a970565722f215374f83 /ChangeLog
parentb34437015bac85001eeed5d6407f9241bbff3b8e (diff)
downloadglibc-aa693c68be9fc19b88bef6806c77b8b4afa7a438.tar.gz
glibc-aa693c68be9fc19b88bef6806c77b8b4afa7a438.tar.xz
glibc-aa693c68be9fc19b88bef6806c77b8b4afa7a438.zip
[BZ #5545]
	* sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
	(clnt_spcreateerror): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e493217e9..eb842b907b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #5545]
+	* sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
+	(clnt_spcreateerror): Likewise.
+
 	[BZ #5553]
 	* malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
 	(public_mEMALIGn): Likewise.