aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-01-28 13:59:11 +0100
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2016-05-24 11:37:24 -0300
commit902072efdbb724cea105f60842c4862070d7862e (patch)
treedbdbe3f47d1e873df30d0f7aad60776f770ba64f /ChangeLog
parent03e3ee42d64388243aed95b7702007640dcdd5b5 (diff)
downloadglibc-902072efdbb724cea105f60842c4862070d7862e.zip
glibc-902072efdbb724cea105f60842c4862070d7862e.tar.gz
glibc-902072efdbb724cea105f60842c4862070d7862e.tar.bz2
Improve check against integer wraparound in hcreate_r [BZ #18240]
(cherry picked from commit bae7c7c764413b23e61cb099ce33be4c4ee259bb)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64dea2e..cd343c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2016-05-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ [BZ #18240]
+ * misc/hsearch_r.c (isprime, __hcreate_r): Protect against
+ unsigned int wraparound.
+
+2016-05-24 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #18240]
+ * misc/bug18240.c: New test.
+ * misc/Makefile (tests): Add it.
+
2016-05-24 Ondřej Bílka <neleai@seznam.cz>
* debug/strcpy_chk.c: Improve performance.