diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-10-30 16:07:15 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-10-30 16:08:12 +0100 |
commit | bbea82f7fe8af40fd08e8956e1aaf4d877168652 (patch) | |
tree | a10c1817228461fb3cd672a10754a78d6783e821 /NEWS | |
parent | 977f4b31b7ca4a4e498c397f3fd70510694bbd86 (diff) | |
download | glibc-bbea82f7fe8af40fd08e8956e1aaf4d877168652.tar.gz glibc-bbea82f7fe8af40fd08e8956e1aaf4d877168652.tar.xz glibc-bbea82f7fe8af40fd08e8956e1aaf4d877168652.zip |
Remove code from div that is by C99 obsolete. Fixes bug 15799
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index 87d183afb2..2c5873d345 100644 --- a/NEWS +++ b/NEWS @@ -13,10 +13,10 @@ Version 2.19 14547, 14699, 14876, 14910, 15048, 15218, 15277, 15308, 15362, 15400, 15427, 15522, 15531, 15532, 15608, 15609, 15610, 15632, 15640, 15670, 15672, 15680, 15681, 15723, 15734, 15735, 15736, 15748, 15749, 15754, - 15760, 15764, 15797, 15825, 15844, 15847, 15849, 15855, 15856, 15857, - 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905, - 15909, 15919, 15921, 15923, 15939, 15948, 15963, 15966, 15988, 16032, - 16034, 16036, 16041, 16071, 16072, 16074, 16078. + 15760, 15764, 15797, 15799, 15825, 15844, 15847, 15849, 15855, 15856, + 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, + 15905, 15909, 15919, 15921, 15923, 15939, 15948, 15963, 15966, 15988, + 16032, 16034, 16036, 16041, 16071, 16072, 16074, 16078. * CVE-2012-4412 The strcoll implementation caches indices and rules for large collation sequences to optimize multiple passes. This cache |