This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.19/master in repository glibc.
from 2aa8f69 Merge branch 'release/2.19/master' into ibm/2.19/master new 3f1ff80 Re-sort the list of bugs fixed adds 2f3bd41 Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758) adds 56b2cf5 Return NULL for wildcard values in getnetgrent from nscd (BZ #16759) adds b963026 Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760) adds e12c42d Fix BZ #17905 adds 4d558c7 Fix trailing space. adds fd6e33e Fix BZ #18985 -- out of range data to strftime() causes a segfault adds b5cba5c Handle overflow in __hcreate_r adds 3c9e8d9 Improve check against integer wraparound in hcreate_r [BZ #18240] adds 78c76f7 hsearch_r: Apply VM size limit in test case adds a02f3e7 CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879] adds aa60d72 S/390: Fix setcontext/swapcontext which are not restoring sig [...] adds 05cc5bb S390: Fix "backtrace() returns infinitely deep stack frames w [...] adds 5ae82aa glob: Simplify the interface for the GLOB_ALTDIRFUNC callback [...] adds e97fb84 CVE-2016-1234: glob: Do not copy d_name field of struct diren [...] adds 762aafe CVE-2016-3706: getaddrinfo: stack overflow in hostent convers [...] adds c08e8bd CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug [...] adds 10d2680 resolv: Always set *resplen2 out parameter in send_dg [BZ #19791] adds ce92632 CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112] adds 1a43fd3 Fix memory handling in strxfrm_l [BZ #16009] adds dea992a Always enable pointer guard [BZ #18928] adds 66986de Harden tls_dtor_list with pointer mangling [BZ #19018] new bde2a94 Merge branch 'release/2.19/master' into ibm/2.19/master
The 2 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: ChangeLog | 199 ++++++++ NEWS | 43 +- catgets/Makefile | 11 +- catgets/catgets.c | 19 +- catgets/open_catalog.c | 23 +- catgets/tst-catgets.c | 31 ++ elf/rtld.c | 15 +- inet/getnetgrent_r.c | 14 +- localedata/sort-test.sh | 6 + localedata/xfrm-test.c | 52 ++- manual/examples/mkdirent.c | 42 ++ manual/pattern.texi | 39 +- misc/Makefile | 3 +- misc/bug18240.c | 97 ++++ misc/hsearch_r.c | 30 +- nscd/netgroupcache.c | 26 +- posix/bug-glob2.c | 16 +- posix/glob.c | 243 +++++----- posix/tst-gnuglob.c | 2 +- resolv/nss_dns/dns-host.c | 111 ++++- resolv/nss_dns/dns-network.c | 5 +- resolv/res_query.c | 3 + resolv/res_send.c | 320 +++++++++---- stdlib/Makefile | 12 +- stdlib/cxa_thread_atexit_impl.c | 12 +- stdlib/tst-makecontext.c | 41 +- stdlib/tst-setcontext2.c | 230 ++++++++++ string/strxfrm_l.c | 499 +++++++++++++++++---- sunrpc/clnt_udp.c | 10 +- sysdeps/generic/ldsodefs.h | 3 - sysdeps/posix/getaddrinfo.c | 130 +++--- sysdeps/unix/sysv/linux/i386/glob64.c | 22 + .../sysv/linux/s390/s390-32/__makecontext_ret.S | 8 + sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S | 2 +- sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S | 16 +- .../sysv/linux/s390/s390-64/__makecontext_ret.S | 8 + sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S | 2 +- sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S | 16 +- time/strftime_l.c | 20 +- time/tst-strftime.c | 52 ++- 40 files changed, 1955 insertions(+), 478 deletions(-) create mode 100644 manual/examples/mkdirent.c create mode 100644 misc/bug18240.c create mode 100644 stdlib/tst-setcontext2.c