aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-14Forestall a filesystem bug while building shlib.lds by using a temp filegoogle/grte/v4-2.19/masterStan Shebs
2017-01-19Fix nan functions handling of payload strings (BZ16962, CVE-2014-9761)Joseph Myers
2017-01-18Missing unwind info in __startcontext causes infinite loop (BZ20435, CVE-2016...Andreas Schwab
2017-01-18Fix catopen() Multiple unbounded stack allocations (BZ17905, CVE-2015-8779)Paul Pluzhnikov
2017-01-18hcreate, hcreate_r should fail with ENOMEM if element count is too large (BZ1...Stan Shebs
2017-01-18Always enable pointer guardStan Shebs
2017-01-12Fix where out of range data to strftime() causes a segfault (BZ18985, CVE-201...Stan Shebs
2017-01-12Make GRTE testing great again, actually run the test programsStan Shebs
2017-01-10Don't read past end of pattern in fnmatch (BZ17062)Stan Shebs
2016-12-28Don't ignore too long lines in nss_files (BZ17079, CVE-2015-5277) Tested:Stan Shebs
2016-11-03Handle a not-found case in borg passwd lookupStan Shebs
2016-09-30Call the correct function.Michael Rothwell
2016-09-30Augment borg-pwd to also search through passwd.borg.base, if it exists.Michael Rothwell
2016-09-29Revert the fix to the value of DT_PPC64_NUM.Stan Shebs
2016-08-05Fix error handling in getaddrinfo.Stan Shebs
2016-07-14Fix stack overflow in hostent translation (CVE-2016-3706)Stan Shebs
2016-07-06Update nss_cache.c and nss_cache.h to current upstream version. This makes ge...Max Kanat-Alexander
2016-06-27Backport checking of locale environment handlingStan Shebs
2016-05-09fix where getaddrinfo() writes DNS queries to random file descriptors under h...Stan Shebs
2016-05-09Fix stack overflow in _nss_dns_getnetbyname_r (BZ19879)Stan Shebs
2016-04-27Fix infinite loop on process exit.Stan Shebs
2016-02-16Remove uses of operand modifier (%s) in powerpc inline asm.Stan Shebs
2016-02-12Backport several dozen PPC-specific patches from IBM.Stan Shebs
2016-02-10Small fix to patch from last October, lets tst-key5 build.Stan Shebs
2016-01-18Use munlock before madvise to make sure that we effectively "uncommit" the pageVicent Segui Pascual
2015-12-15For b/25900273, adjust allocations to avoid segfault.Brooks Moses
2015-12-03Backport removal of __gconv_translit_findStan Shebs
2015-12-01Backport fix for broken trig functionsStan Shebs
2015-10-29Allow suppressing the definition of __USE_FILE_OFFSET64 by defining SUPPRESS_...Manuel Klimek
2015-10-15Backport of fix for memory leak in getaddrinfo()Stan Shebs
2015-10-13Make pthread_getspecific async-signal-safeAndrew Hunter
2015-10-10For b/22641205, #include _itoa.hPaul Pluzhnikov
2015-10-02For b/20141439, don't add "foo.so" as alternate name for previously loaded "f...Paul Pluzhnikov
2015-09-16Backport upstream fix to nss_filesStan Shebs
2015-08-31Backport upstream fixes to fnmatchStan Shebs
2015-08-21Describe borg-pwd better, remove dead code.Stan Shebs
2015-08-18Add README.google description omitted from cl/100732637.Brooks Moses
2015-08-17Backport fix for BZ 18287 (CVE-2015-1781)Stan Shebs
2015-08-14Backport cl/98967227 to GRTE glibc 2.19 sources.Brooks Moses
2015-07-28Fix b/19824366 with a local patch (as upstream is fixed unmergeably), and add...Stan Shebs
2015-07-27Redeclare hot external libc functions with new GCC function attribute "noplt"...Sriraman Tallam
2015-07-06backport fix buffer overflow for writes to memory buffer stream (PR18549)Stan Shebs
2015-06-23Prevent wasted memory in guard regionsAndrew Hunter
2015-06-03For b/8315591, b/20141439 correct off-by-one error that resulted in last byte...Paul Pluzhnikov
2015-04-16Change this offsetof computation to use c89 offsetof. Tested:Nick Lewycky
2015-03-13Backport fix for wscanf Tested:Stan Shebs
2015-02-05Backport fix for getnetbyname Tested:Stan Shebs
2015-01-30Port "resolv.conf timestamp checks" fixes from eglibc sources.Brooks Moses
2014-12-04For b/18243822, add back code that was accidentally deleted at the last minut...Paul Pluzhnikov
2014-11-25Use ENTRY and END macros to get a .size directive. backport of change:Sterling Augustine