about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203] release/2.24/masterFlorian Weimer2019-11-281-0/+5
* libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer2019-11-282-0/+21
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-222-1/+9
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-054-0/+106
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-045-9/+114
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-024-6/+86
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-025-6/+74
* x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-027-8/+178
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-025-11/+106
* x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-024-3/+69
* x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-027-38/+133
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-026-6/+124
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-026-2/+133
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2019-01-013-42/+9
* Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2018-12-2912-55/+367
* csu: Update __libgcc_s_init commentFlorian Weimer2018-12-282-2/+11
* nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer2018-12-281-0/+5
* nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer2018-12-284-1/+103
* nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2018-12-283-1/+8
* [BZ #22637] Fix stack guard size accountingSzabolcs Nagy2018-12-286-8/+22
* Add references to CVE-2017-18269, CVE-2018-11236, CVE-2018-11237Florian Weimer2018-12-202-0/+13
* Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab2018-12-204-2/+15
* Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov2018-12-205-2/+102
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-12-204-6/+73
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-102-1/+6
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu2018-01-193-2/+17
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2017-12-313-16/+47
* elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2017-12-312-19/+7
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2017-12-163-9/+17
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-163-7/+20
* <array_length.h>: New array_length and array_end macrosFlorian Weimer2017-12-162-0/+41
* Update NEWS to add CVE-2017-15804 entryAurelien Jarno2017-12-021-2/+2
* posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer2017-12-022-23/+37
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert2017-12-023-2/+12
* Update NEWS and ChangeLog for CVE-2017-15671Florian Weimer2017-12-022-0/+6
* glob: Add new test tst-glob-tildeFlorian Weimer2017-12-023-2/+153
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2017-12-023-1/+11
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-12-0222-459/+739
* i386: Hide __old_glob64 [BZ #18822]H.J. Lu2017-12-022-0/+9
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-228-297/+265
* x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu2017-10-1910-4/+428
* X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2017-10-192-0/+8
* Fix nss_nisplus build with mainline GCC (bug 20978).Joseph Myers2017-10-073-1/+8
* Fix rpcgen buffer overrun (bug 20790).Joseph Myers2017-10-075-1/+25
* Fix warnings from latest GCC.steve ellcey-CA Eng-Software2017-10-072-4/+9
* Fix cast-after-dereferenceDJ Delorie2017-10-073-1/+7
* Fix BZ #21654 - grp-merge.c alignmentDJ Delorie2017-10-072-0/+23
* x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu2017-08-062-2/+11
* sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer2017-08-054-2/+73
* Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke2017-07-314-68/+78