aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-04Restore GLIBC_PRIVATE ABI after CVE-2016-10739 fix [BZ #20018]fw/bug20018-backportFlorian Weimer
2019-02-04CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer
2019-02-04resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer
2019-02-04resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer
2019-02-01x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-01-16Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho
2019-01-08Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno
2019-01-03sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa
2019-01-03ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno
2019-01-03riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu
2019-01-02intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer
2019-01-01malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer
2018-12-28Update Alpha libm-test-ulpsAurelien Jarno
2018-12-19m68k: Fix sigaction kernel definition (BZ #23967)Adhemerval Zanella
2018-12-15RISC-V: properly terminate call chain (bug 23125)Andreas Schwab
2018-12-15support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab
2018-12-13powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho
2018-12-12malloc: Add another test for tcache double free check.DJ Delorie
2018-12-12inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer
2018-12-12support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer
2018-12-12support: Close original descriptors in support_capture_subprocessFlorian Weimer
2018-12-12support_quote_string: Do not use str parameter nameFlorian Weimer
2018-12-12support: Implement support_quote_stringFlorian Weimer
2018-12-10compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer
2018-12-07Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho
2018-11-28malloc: tcache double free checkDJ Delorie
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer
2018-11-22Revert "malloc: tcache double free check" [BZ #23907]Florian Weimer
2018-11-20malloc: tcache double free checkDJ Delorie
2018-11-19support: Print timestamps in timeout handlerFlorian Weimer
2018-11-19Increase timeout of libio/tst-readlineSzabolcs Nagy
2018-11-09Update kernel version in syscall-names.list to 4.19.Joseph Myers
2018-11-09Fix tzfile low-memory assertion failurePaul Eggert
2018-11-09[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov
2018-11-09nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer
2018-11-09malloc: Additional checks for unsorted bin integrity I.Istvan Kurucsai
2018-11-09malloc: Mitigate null-byte overflow attacksMoritz Eckert
2018-11-09malloc: Verify size of top chunk.Pochang Chen
2018-11-09Update syscall-names.list for Linux 4.18.Joseph Myers
2018-11-09Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková
2018-11-08Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu
2018-11-06libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab