aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-28libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]release/2.24/masterFlorian Weimer1-0/+5
2019-11-28libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer2-0/+21
2019-11-22rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2-1/+9
2019-11-05mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic4-0/+106
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu5-9/+114
2019-02-02x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu4-6/+86
2019-02-02x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu5-6/+74
2019-02-02x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu7-8/+178
2019-02-02x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu5-11/+106
2019-02-02x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu4-3/+69
2019-02-02x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu7-38/+133
2019-02-02x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu6-6/+124
2019-02-02x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu6-2/+133
2019-01-01malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer3-42/+9
2018-12-29Bug 20116: Fix use after free in pthread_create()Carlos O'Donell12-55/+367
2018-12-28csu: Update __libgcc_s_init commentFlorian Weimer2-2/+11
2018-12-28nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer1-0/+5
2018-12-28nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer4-1/+103
2018-12-28nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer3-1/+8
2018-12-28[BZ #22637] Fix stack guard size accountingSzabolcs Nagy6-8/+22
2018-12-20Add references to CVE-2017-18269, CVE-2018-11236, CVE-2018-11237Florian Weimer2-0/+13
2018-12-20Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab4-2/+15
2018-12-20Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov5-2/+102
2018-12-20Fix i386 memmove issue (bug 22644).Andrew Senkevich4-6/+73
2018-09-10Fix segfault in maybe_script_execute.Stefan Liebler2-1/+6
2018-01-19x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu3-2/+17
2017-12-31elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno3-16/+47
2017-12-31elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2-19/+7
2017-12-16elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer3-9/+17
2017-12-16elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer3-7/+20
2017-12-16<array_length.h>: New array_length and array_end macrosFlorian Weimer2-0/+41
2017-12-02Update NEWS to add CVE-2017-15804 entryAurelien Jarno1-2/+2
2017-12-02posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer2-23/+37
2017-12-02glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert3-2/+12
2017-12-02Update NEWS and ChangeLog for CVE-2017-15671Florian Weimer2-0/+6
2017-12-02glob: Add new test tst-glob-tildeFlorian Weimer3-2/+153
2017-12-02CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert3-1/+11
2017-12-02posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella22-459/+739
2017-12-02i386: Hide __old_glob64 [BZ #18822]H.J. Lu2-0/+9
2017-10-22x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu8-297/+265
2017-10-19x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu10-4/+428
2017-10-19X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2-0/+8
2017-10-07Fix nss_nisplus build with mainline GCC (bug 20978).Joseph Myers3-1/+8
2017-10-07Fix rpcgen buffer overrun (bug 20790).Joseph Myers5-1/+25
2017-10-07Fix warnings from latest GCC.steve ellcey-CA Eng-Software2-4/+9
2017-10-07Fix cast-after-dereferenceDJ Delorie3-1/+7
2017-10-07Fix BZ #21654 - grp-merge.c alignmentDJ Delorie2-0/+23
2017-08-06x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu2-2/+11
2017-08-05sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer4-2/+73
2017-07-31Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke4-68/+78