aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-28libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]release/2.25/masterFlorian Weimer
2019-11-28libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer
2019-11-22rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki
2019-11-05mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic
2019-05-16Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab
2019-02-07Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu
2019-02-02x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-02x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-02x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-02x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-02x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-02x86-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-01malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer
2018-09-10Fix segfault in maybe_script_execute.Stefan Liebler
2018-08-27pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538]Martin Kuchta
2018-02-12powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho
2018-02-12tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella
2018-02-09Fix integer overflows in internal memalign and malloc [BZ #22343] [BZ #22774]Arjun Shankar
2018-01-19x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu
2018-01-17nptl/tst-thread-exit-clobber: Run with any C++ compilerFlorian Weimer
2018-01-16csu: Update __libgcc_s_init commentFlorian Weimer
2018-01-16nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensionsFlorian Weimer
2018-01-16nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]Florian Weimer
2018-01-16nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer
2018-01-16nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer
2018-01-16[BZ #22637] Fix stack guard size accountingSzabolcs Nagy
2018-01-16nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer
2018-01-16linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin
2018-01-16Synchronize support/ infrastructure with masterFlorian Weimer
2018-01-04Fix position of tests-unsupported definition in assert/Makefile.Joseph Myers
2018-01-04nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer
2018-01-04nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer
2018-01-04nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer
2018-01-04Implement allocation buffers for internal useFlorian Weimer
2018-01-04__libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer
2018-01-04dynarray: Set errno on overflow-induced allocation failureFlorian Weimer
2018-01-04dynarray: Implement begin/end functions in the spirit of C++Florian Weimer
2018-01-04Add internal facility for dynamic array handlingFlorian Weimer
2018-01-04Add check_mul_overflow_size_tFlorian Weimer
2018-01-04Add <libc-pointer-arith.h> to help with backportingFlorian Weimer
2018-01-04getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer
2018-01-04getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer
2018-01-04getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer
2018-01-04getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer
2018-01-04getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer
2018-01-04getaddrinfo: Use &errno has the errno pointerFlorian Weimer
2018-01-04getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer