diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-02-22 12:01:47 -0800 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-02-22 12:01:47 -0800 |
commit | bdf1ff052a8e23d637f2c838fa5642d78fcedc33 (patch) | |
tree | ef595b80d3cf6d43a806b5bde425fcef434ac56a /NEWS | |
parent | 9529611240b612fec59e289673d05f83396aede4 (diff) | |
download | glibc-bdf1ff052a8e23d637f2c838fa5642d78fcedc33.tar.gz glibc-bdf1ff052a8e23d637f2c838fa5642d78fcedc33.tar.xz glibc-bdf1ff052a8e23d637f2c838fa5642d78fcedc33.zip |
Fix BZ #17269 -- _IO_wstr_overflow integer overflow
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS index 5eb79d2802..28ef45da55 100644 --- a/NEWS +++ b/NEWS @@ -9,9 +9,9 @@ Version 2.22 * The following bugs are resolved with this release: - 4719, 13064, 14094, 15319, 15467, 15790, 16560, 17569, 17588, 17792, - 17912, 17932, 17944, 17949, 17964, 17965, 17967, 17969, 17978, 17987, - 17991, 17996, 17998, 17999. + 4719, 13064, 14094, 15319, 15467, 15790, 16560, 17269, 17569, 17588, + 17792, 17912, 17932, 17944, 17949, 17964, 17965, 17967, 17969, 17978, + 17987, 17991, 17996, 17998, 17999. * Character encoding and ctype tables were updated to Unicode 7.0.0, using new generator scripts contributed by Pravin Satpute and Mike FABIAN (Red |