aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Restore GLIBC_PRIVATE ABI after CVE-2016-10739 fix [BZ #20018]fw/bug20018-backportFlorian Weimer6-5/+39
2019-02-04CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer15-40/+455
2019-02-04resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2-2/+31
2019-02-04resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2-91/+106
2019-02-01x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu6-11/+118
2019-02-01x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu5-6/+74
2019-02-01x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu8-11/+183
2019-02-01x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu6-16/+132
2019-02-01x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu5-5/+72
2019-02-01x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu7-42/+137
2019-02-01x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu7-9/+127
2019-02-01x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu8-5/+169
2019-01-16Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho2-8/+13
2019-01-08Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno5-2/+81
2019-01-03sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa3-0/+20
2019-01-03ARM: fix kernel assisted atomics with GCC 8 (bug 24034)Aurelien Jarno3-5/+21
2019-01-03riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]H.J. Lu3-1/+12
2019-01-02intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer3-1/+8
2019-01-01malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer3-42/+9
2018-12-28Update Alpha libm-test-ulpsAurelien Jarno2-0/+12
2018-12-19m68k: Fix sigaction kernel definition (BZ #23967)Adhemerval Zanella8-34/+45
2018-12-15RISC-V: properly terminate call chain (bug 23125)Andreas Schwab4-2/+57
2018-12-15support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2-3/+29
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab4-3/+100
2018-12-13powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho5-18/+47
2018-12-12malloc: Add another test for tcache double free check.DJ Delorie3-1/+63
2018-12-12inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]Florian Weimer3-1/+69
2018-12-12support: Implement <support/descriptors.h> to track file descriptorsFlorian Weimer7-0/+544
2018-12-12support: Close original descriptors in support_capture_subprocessFlorian Weimer2-0/+12
2018-12-12support_quote_string: Do not use str parameter nameFlorian Weimer2-2/+7
2018-12-12support: Implement support_quote_stringFlorian Weimer5-0/+102
2018-12-10compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer4-3/+28
2018-12-07Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho8-7/+359
2018-11-28malloc: tcache double free checkDJ Delorie7-7/+161
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer3-5/+19
2018-11-22Revert "malloc: tcache double free check" [BZ #23907]Florian Weimer7-147/+1
2018-11-20malloc: tcache double free checkDJ Delorie7-1/+147
2018-11-19support: Print timestamps in timeout handlerFlorian Weimer2-0/+35
2018-11-19Increase timeout of libio/tst-readlineSzabolcs Nagy2-0/+5
2018-11-09Update kernel version in syscall-names.list to 4.19.Joseph Myers2-2/+7
2018-11-09Fix tzfile low-memory assertion failurePaul Eggert2-1/+9
2018-11-09[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov18-18/+41
2018-11-09nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]Florian Weimer2-13/+41
2018-11-09malloc: Additional checks for unsorted bin integrity I.Istvan Kurucsai1-4/+15
2018-11-09malloc: Mitigate null-byte overflow attacksMoritz Eckert2-0/+9
2018-11-09malloc: Verify size of top chunk.Pochang Chen2-0/+7
2018-11-09Update syscall-names.list for Linux 4.18.Joseph Myers2-2/+11
2018-11-09Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2-0/+11
2018-11-08Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu4-14/+57
2018-11-06libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab3-2/+12