diff options
author | Andreas Schwab <schwab@suse.de> | 2013-11-11 12:24:42 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-11-11 12:26:32 +0100 |
commit | 8ec3f656d6edf6f16216105131fc8b0542216a5b (patch) | |
tree | 25930564f7938815cc886d5b5d6f355a7c1f6a75 /NEWS | |
parent | 43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd (diff) | |
download | glibc-8ec3f656d6edf6f16216105131fc8b0542216a5b.zip glibc-8ec3f656d6edf6f16216105131fc8b0542216a5b.tar.gz glibc-8ec3f656d6edf6f16216105131fc8b0542216a5b.tar.bz2 |
Fix off-by-one in nscd getservbyport call
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Version 2.19 15844, 15847, 15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15917, 15919, 15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 16032, 16034, 16036, - 16037, 16041, 16071, 16072, 16074, 16078, 16112. + 16037, 16041, 16071, 16072, 16074, 16078, 16112, 16153. * CVE-2012-4412 The strcoll implementation caches indices and rules for large collation sequences to optimize multiple passes. This cache |