This is an automated email from the git hooks/post-receive script.
adhemerval.zanella pushed a change to branch linaro_eglibc-2_19 in repository toolchain/eglibc.
from d0a26f1 Fix the big endian loader name. new 836de16 Check value at resplen2 if it is not NULL new a1d0c8d Fix invalid file descriptor reuse while sending DNS query (BZ [...] new 52903e1 Avoid infinite loop in nss_dns getnetbyname [BZ #17630] new 11c1e2c Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answer new 5dd3cde Properly fix memory leak in _nss_dns_gethostbyname4_r with bi [...] new ab302c9 CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libc/include/resolv.h | 6 +- libc/resolv/gethnamaddr.c | 6 +- libc/resolv/nss_dns/dns-canon.c | 2 +- libc/resolv/nss_dns/dns-host.c | 128 +++++++++++++++-- libc/resolv/nss_dns/dns-network.c | 8 +- libc/resolv/res_query.c | 54 +++++--- libc/resolv/res_send.c | 279 ++++++++++++++++++++++++++++---------- 7 files changed, 374 insertions(+), 109 deletions(-)