diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-01-28 13:59:11 +0100 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-05-24 11:37:24 -0300 |
commit | 902072efdbb724cea105f60842c4862070d7862e (patch) | |
tree | dbdbe3f47d1e873df30d0f7aad60776f770ba64f /ChangeLog | |
parent | 03e3ee42d64388243aed95b7702007640dcdd5b5 (diff) | |
download | glibc-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |