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> | 2015-12-30 12:00:09 -0200 |
commit | 325241608584653c1275a2ea28ce349a04fc4d28 (patch) | |
tree | 8b5eb1baace77d37d5869825c4e46b1732bb036e /NEWS | |
parent | 161a7ef860561b0738f953c533eb8920cbf0b813 (diff) | |
download | glibc-325241608584653c1275a2ea28ce349a04fc4d28.zip glibc-325241608584653c1275a2ea28ce349a04fc4d28.tar.gz glibc-325241608584653c1275a2ea28ce349a04fc4d28.tar.bz2 |
Fix BZ #17269 -- _IO_wstr_overflow integer overflow
(cherry picked from commit bdf1ff052a8e23d637f2c838fa5642d78fcedc33)
Conflicts:
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Version 2.18.1 * The following bugs are resolved with this release: 15073, 15128, 15909, 15996, 16150, 16169, 16387, 16510, 16885, 16916, - 16943, 16958, 18032, 18928, 19018. + 16943, 16958, 17269, 18032, 18928, 19018. * The LD_POINTER_GUARD environment variable can no longer be used to disable the pointer guard feature. It is always enabled. |