diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-02-22 12:01:47 -0800 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2016-02-25 16:02:04 -0300 |
commit | 6ef92b982aef69f05a3faa481c34699bfa55f1dd (patch) | |
tree | 282b5cb37c4e11586a5e7ced1b6ca5dc4caedb19 /NEWS | |
parent | d5ef25a8d894fa5833854588afaacdf8771972a8 (diff) | |
download | glibc-6ef92b982aef69f05a3faa481c34699bfa55f1dd.tar.gz glibc-6ef92b982aef69f05a3faa481c34699bfa55f1dd.tar.xz glibc-6ef92b982aef69f05a3faa481c34699bfa55f1dd.zip |
Fix BZ #17269 -- _IO_wstr_overflow integer overflow
(cherry picked from commit bdf1ff052a8e23d637f2c838fa5642d78fcedc33) Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index b0588be195..57a7f11b1f 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,8 @@ Version 2.20.1 * The following bugs are resolved with this release: - 16009, 16617, 16618, 17266, 17370, 17371, 17460, 17485, 17555, 17625, - 17630, 17801, 18694, 18928, 19018. + 16009, 16617, 16618, 17266, 17269, 17370, 17371, 17460, 17485, 17555, + 17625, 17630, 17801, 18694, 18928, 19018. * The LD_POINTER_GUARD environment variable can no longer be used to disable the pointer guard feature. It is always enabled. |