diff options
author | Andreas Schwab <schwab@suse.de> | 2015-06-25 11:53:06 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2015-06-25 15:54:09 +0200 |
commit | 7c2ce714d4e853aadbec13b920576fdfada520f1 (patch) | |
tree | 90876240dcbfc51809b22803b0b05054ead2bade /NEWS | |
parent | cc08749b2d1c68284b25b157fbbe1ff219495cae (diff) | |
download | glibc-7c2ce714d4e853aadbec13b920576fdfada520f1.tar.gz glibc-7c2ce714d4e853aadbec13b920576fdfada520f1.tar.xz glibc-7c2ce714d4e853aadbec13b920576fdfada520f1.zip |
Fix buffer overflow for writes to memory buffer stream (bug 18549)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 58f85e79bb..35a077e255 100644 --- a/NEWS +++ b/NEWS @@ -24,7 +24,8 @@ Version 2.22 18434, 18444, 18468, 18469, 18470, 18479, 18483, 18495, 18496, 18497, 18498, 18507, 18512, 18513, 18519, 18520, 18522, 18527, 18528, 18529, 18530, 18532, 18533, 18534, 18536, 18539, 18540, 18542, 18544, 18545, - 18546, 18547, 18553, 18558, 18569, 18583, 18585, 18586, 18593, 18594. + 18546, 18547, 18549, 18553, 18558, 18569, 18583, 18585, 18586, 18593, + 18594. * Cache information can be queried via sysconf() function on s390 e.g. with _SC_LEVEL1_ICACHE_SIZE as argument. |