about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@kazbek.mtv.corp.google.com>2018-11-02 10:47:07 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-11-02 10:47:07 +0100
commitdf11de91931597ab4adccb74d9d55c9ddd029a22 (patch)
tree069f46c3b523bd741a27d8dd7a57f2bae6ce0592 /ChangeLog
parent5256ffc51e4188a70fa0173cb6b6c94adde03fcb (diff)
downloadglibc-df11de91931597ab4adccb74d9d55c9ddd029a22.tar.gz
glibc-df11de91931597ab4adccb74d9d55c9ddd029a22.tar.xz
glibc-df11de91931597ab4adccb74d9d55c9ddd029a22.zip
Fix BZ#23400 (creating temporary files in source tree), and undefined behavior in test.
(cherry picked from commit 6c3a8a9d868a8deddf0d6dcc785b6d120de90523)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73d5c57f0d..43cc1fbc32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-08-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+        [BZ #23400]
+        * stdlib/test-bz22786.c (do_test): Fix undefined behavior, don't
+        create temporary files in source tree.
+
 2018-10-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
 	[BZ #23822]