about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-08-02 17:01:02 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-08-02 17:06:11 +0200
commitf690b56979dea81340a397c1b5e44827a6fb06e7 (patch)
tree8f35d95314bc9d487be96e6be7fb73c485ae0c72 /ChangeLog
parent533f9bebf969060e64c66681e275c03d6e49fcc9 (diff)
downloadglibc-f690b56979dea81340a397c1b5e44827a6fb06e7.tar.gz
glibc-f690b56979dea81340a397c1b5e44827a6fb06e7.tar.xz
glibc-f690b56979dea81340a397c1b5e44827a6fb06e7.zip
malloc: Run tests without calling mallopt [BZ #19469]
The compiled tests no longer refer to the mallopt symbol
from their main functions.  (Some tests still call mallopt
explicitly, which is fine.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5fd436ba0..3edcce4d9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-08-02  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #19469]
+	* malloc/Makefile (CPPFLAGS): Compile tests with
+	-DTEST_NO_MALLOPT.
+	* test-skeleton.c (main): Only call mallopt if !TEST_NO_MALLOPT.
+
 2016-08-02  Andrew Senkevich  <andrew.senkevich@intel.com>
 
 	[BZ #20033]