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