aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-05-06 16:00:39 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-05-23 14:13:11 -0500
commitdba0832af1eeb0d749aec072ce20f9811fb4b7d6 (patch)
treec848f0bed5085fbe6ed635f609baf1c304c4d890 /ChangeLog
parentbc779a1a5b3035133024b21e2f339fe4219fb11c (diff)
downloadglibc-dba0832af1eeb0d749aec072ce20f9811fb4b7d6.zip
glibc-dba0832af1eeb0d749aec072ce20f9811fb4b7d6.tar.gz
glibc-dba0832af1eeb0d749aec072ce20f9811fb4b7d6.tar.bz2
Refactor bug-strtod.c to better test new types.
This introduces tst-strtod.h to contain some macros to assist with updating strto{f,d,ld} test code to support additional variants of this function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab323b2..de34b56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-05-23 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+
+ * stdlib/tst-strtod6.c (do_test): Use new type generic
+ invocation of the test function.
+ (test): Refactor into ...
+ (TEST_STRTOD): New macro base function.
+
2016-05-23 Florian Weimer <fweimer@redhat.com>
CVE-2016-4429