about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-10-06 14:03:35 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-10-06 14:03:35 +0200
commit3670da6bfb1ffd17d9bdce2d31d79656be0991b5 (patch)
treef1992e8d921a4dec8765757a6024d4a7f74d8ff5 /ChangeLog
parentf586e1328681b400078c995a0bb6ad301ef73549 (diff)
downloadglibc-3670da6bfb1ffd17d9bdce2d31d79656be0991b5.tar.gz
glibc-3670da6bfb1ffd17d9bdce2d31d79656be0991b5.tar.xz
glibc-3670da6bfb1ffd17d9bdce2d31d79656be0991b5.zip
nss_nis: Do not call malloc_usable_size [BZ #10432]
This is a namespace violation, and interposed malloc implementations
are not required to interpose malloc_usable_size.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f482f689c6..6cb9b73dc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2015-10-06  Florian Weimer  <fweimer@redhat.com>
 
+	[BZ #10432]
+	* nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Remove call to
+	malloc_usable_size.
+
+2015-10-06  Florian Weimer  <fweimer@redhat.com>
+
 	[BZ #19018]
 	* stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
 	Mangle function pointer before storing it.