diff options
author | Andreas Schwab <schwab@suse.de> | 2013-03-21 15:50:27 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-04-03 17:39:15 +0200 |
commit | 1cef1b19089528db11f221e938f60b9b048945d7 (patch) | |
tree | 574123f937b0a706451c792b65189bbee2c1c35f /ChangeLog | |
parent | 74d87055bfeb31ea37bc2356d88c065c612e1c0e (diff) | |
download | glibc-1cef1b19089528db11f221e938f60b9b048945d7.tar.gz glibc-1cef1b19089528db11f221e938f60b9b048945d7.tar.xz glibc-1cef1b19089528db11f221e938f60b9b048945d7.zip |
Fix stack overflow in getaddrinfo with many results
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3046d2e3ed..deebea49f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-04-03 Andreas Schwab <schwab@suse.de> + + [BZ #15330] + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and + order arrays from heap if bigger than alloca cutoff. + 2013-04-03 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float) |