]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix stack overflow due to large AF_INET6 requests
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 25 Oct 2013 04:52:12 +0000 (10:22 +0530)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 15 Nov 2013 17:37:21 +0000 (11:37 -0600)
commit6f4b109567445b1ed70300bb0cb1752cb9998ec9
tree165de55e84d06d6548981a1524137aac833f9a6d
parent52aafee302d34ddd2afb6bea31d838e61555e154
Fix stack overflow due to large AF_INET6 requests

Resolves #16072 (CVE-2013-4458).

This patch fixes another stack overflow in getaddrinfo when it is
called with AF_INET6.  The AF_UNSPEC case was fixed as CVE-2013-1914,
but the AF_INET6 case went undetected back then.
ChangeLog
NEWS
sysdeps/posix/getaddrinfo.c