]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix stack overflow due to large AF_INET6 requests archlinux/2.18/master
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 25 Oct 2013 04:52:12 +0000 (10:22 +0530)
committerAllan McRae <allan@archlinux.org>
Fri, 25 Oct 2013 13:59:00 +0000 (23:59 +1000)
commit0b0e50ce9efe2fec10e147eddba4f0802235a042
treefee0b57716e3c388721f61b73059fbd5f96dbb28
parent54377921e7092f709c6a5985688769404637055f
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.

(cherry picked from commit 7cbcdb3699584db8913ca90f705d6337633ee10f)

Conflicts:
NEWS
ChangeLog
sysdeps/posix/getaddrinfo.c