diff options
author | Patsy Franklin <pfrankli@redhat.com> | 2013-05-30 17:05:21 -0400 |
---|---|---|
committer | Patsy Franklin <pfrankli@redhat.com> | 2013-05-30 22:01:22 -0400 |
commit | eca5920cd90093d8921f27bfbf7bcf54807165bb (patch) | |
tree | a9b9f4ac329cd52b71759090062a74f6092291f8 /NEWS | |
parent | 96945714ec61951cc748da2b4b8a80cf02127ee9 (diff) | |
download | glibc-eca5920cd90093d8921f27bfbf7bcf54807165bb.tar.gz glibc-eca5920cd90093d8921f27bfbf7bcf54807165bb.tar.xz glibc-eca5920cd90093d8921f27bfbf7bcf54807165bb.zip |
Set reasonable limits for xdr_requests.
[BZ #15553] Increased the current limits large enough to load large key and data values, but small enough to not pose a DoS threat.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index a66a9d7e9f..acfc19c1bd 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,7 @@ Version 2.18 15337, 15339, 15342, 15346, 15359, 15361, 15366, 15380, 15381, 15394, 15395, 15405, 15406, 15409, 15416, 15418, 15419, 15423, 15424, 15426, 15429, 15441, 15442, 15448, 15465, 15480, 15485, 15488, 15490, 15493, - 15497, 15506, 15529. + 15497, 15506, 15529, 15553. * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla #15078). |