about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-10-30 13:55:01 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-11-02 10:47:16 +0100
commite1af1df694603c0dcd5118c30eea2cdeb01a1a0b (patch)
treeafc70174fd995465f871bf656546db86293e1578 /ChangeLog
parent6c2b6e9e2758b7491ce89920a8711c1b41100269 (diff)
downloadglibc-e1af1df694603c0dcd5118c30eea2cdeb01a1a0b.tar.gz
glibc-e1af1df694603c0dcd5118c30eea2cdeb01a1a0b.tar.xz
glibc-e1af1df694603c0dcd5118c30eea2cdeb01a1a0b.zip
stdlib/tst-strtod-overflow: Switch to support_blob_repeat
This is another test with an avoidable large memory allocation.

(cherry picked from commit 07da99aad93c9364acb7efdab47c27ba698f6313)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4c48644ae..51a8f488d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2018-10-30  Florian Weimer  <fweimer@redhat.com>
 
+	* stdlib/tst-strtod-overflow.c (do_test): Switch to
+	support_blob_repeat.
+
+2018-10-30  Florian Weimer  <fweimer@redhat.com>
+
 	* support/blob_repeat.c (allocate_big): Call mkstemp directly.
 
 2018-10-30  Florian Weimer  <fweimer@redhat.com>