This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.20/master in repository glibc.
from edbab24 S390: Fix "backtrace() returns infinitely deep stack frames w [...] new 1029487 CVE-2016-3706: getaddrinfo: stack overflow in hostent convers [...] new 75cf90e glob: Simplify the interface for the GLOB_ALTDIRFUNC callback [...] new 3822125 CVE-2016-1234: glob: Do not copy d_name field of struct diren [...] new 03e3ee4 Handle overflow in __hcreate_r new 902072e Improve check against integer wraparound in hcreate_r [BZ #18240] new c5bbc09 hsearch_r: Apply VM size limit in test case new afc4daa Fix BZ #17905 new 916ef0f CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]
The 8 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 | 87 ++++++++++++ NEWS | 17 ++- catgets/Makefile | 9 +- catgets/catgets.c | 19 ++- catgets/open_catalog.c | 23 ++-- catgets/tst-catgets.c | 31 +++++ manual/examples/mkdirent.c | 42 ++++++ manual/pattern.texi | 39 +++++- misc/Makefile | 3 +- misc/bug18240.c | 97 ++++++++++++++ misc/hsearch_r.c | 30 +++-- posix/bug-glob2.c | 16 ++- posix/glob.c | 243 +++++++++++++++++----------------- posix/tst-gnuglob.c | 2 +- resolv/nss_dns/dns-network.c | 5 +- sysdeps/posix/getaddrinfo.c | 130 +++++++++--------- sysdeps/unix/sysv/linux/i386/glob64.c | 22 +++ 17 files changed, 596 insertions(+), 219 deletions(-) create mode 100644 manual/examples/mkdirent.c create mode 100644 misc/bug18240.c