about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Restore GLIBC_PRIVATE ABI after CVE-2016-10739 fix [BZ #20018] fw/bug20018-backportFlorian Weimer2019-02-046-5/+39
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-0415-40/+455
* resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2019-02-042-2/+31
* resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2019-02-042-91/+106
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-11/+118
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-6/+74
* x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-018-11/+183
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-16/+132
* x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-5/+72
* x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-42/+137
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-9/+127
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-018-5/+169
* Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho2019-01-162-8/+13
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-085-2/+81
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2019-01-033-0/+20
* ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno2019-01-033-5/+21
* riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu2019-01-033-1/+12
* intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer2019-01-023-1/+8
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2019-01-013-42/+9
* Update Alpha libm-test-ulpsAurelien Jarno2018-12-282-0/+12
* m68k: Fix sigaction kernel definition (BZ #23967)Adhemerval Zanella2018-12-198-34/+45
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-12-154-2/+57
* support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2018-12-152-3/+29
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-134-3/+100
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-135-18/+47
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-123-1/+63
* inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer2018-12-123-1/+69
* support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer2018-12-127-0/+544
* support: Close original descriptors in support_capture_subprocessFlorian Weimer2018-12-122-0/+12
* support_quote_string: Do not use str parameter nameFlorian Weimer2018-12-122-2/+7
* support: Implement support_quote_stringFlorian Weimer2018-12-125-0/+102
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-104-3/+28
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-12-078-7/+359
* malloc: tcache double free checkDJ Delorie2018-11-287-7/+161
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-273-5/+19
* Revert "malloc: tcache double free check" [BZ #23907]Florian Weimer2018-11-227-147/+1
* malloc: tcache double free checkDJ Delorie2018-11-207-1/+147
* support: Print timestamps in timeout handlerFlorian Weimer2018-11-192-0/+35
* Increase timeout of libio/tst-readlineSzabolcs Nagy2018-11-192-0/+5
* Update kernel version in syscall-names.list to 4.19.Joseph Myers2018-11-092-2/+7
* Fix tzfile low-memory assertion failurePaul Eggert2018-11-092-1/+9
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-11-0918-18/+41
* nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer2018-11-092-13/+41
* malloc: Additional checks for unsorted bin integrity I.Istvan Kurucsai2018-11-091-4/+15
* malloc: Mitigate null-byte overflow attacksMoritz Eckert2018-11-092-0/+9
* malloc: Verify size of top chunk.Pochang Chen2018-11-092-0/+7
* Update syscall-names.list for Linux 4.18.Joseph Myers2018-11-092-2/+11
* Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2018-11-092-0/+11
* Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu2018-11-084-14/+57
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-11-063-2/+12