diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-07-20 22:53:58 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-20 22:53:58 -0400 |
commit | 90bb2039e93c6b7e95531cf9a9dfc23bbb50f860 (patch) | |
tree | 9b0adacdb14f303defa48e7b727396d157ff4532 /NEWS | |
parent | 5644ef5461b5d3ff266206d8ee70d4b575ea6658 (diff) | |
download | glibc-90bb2039e93c6b7e95531cf9a9dfc23bbb50f860.tar.gz glibc-90bb2039e93c6b7e95531cf9a9dfc23bbb50f860.tar.xz glibc-90bb2039e93c6b7e95531cf9a9dfc23bbb50f860.zip |
Check for overflows in expressions
Some passed in values might cause overflows in expressions.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 2dd7bea2ef..0be2e91a8e 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ Version 2.15 * The following bugs are resolved with this release: - 9696, 12868, 12874, 12885, 12907, 12922, 12935, 13007 + 9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |