aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer2022-01-184-8/+51
* <shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer2022-01-181-13/+13
* sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2022-01-182-1/+48
* CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2022-01-182-3/+12
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-184-1/+120
* x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno2022-01-182-4/+11
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2022-01-151-0/+1
* powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho2022-01-151-0/+4
* gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov2022-01-154-9/+85
* powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho2022-01-152-4/+7
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2022-01-154-2/+49
* support: Add xpthread_killAdhemerval Zanella2022-01-153-0/+29
* s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2022-01-152-2/+2
* elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu2022-01-151-1/+1
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2022-01-153-3/+12
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2022-01-152-5/+3
* Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno2022-01-151-0/+1
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2022-01-153-3/+9
* RISC-V: Update rv64 ULPsAurelien Jarno2022-01-151-11/+13
* linux: Remove shmmax check from tst-sysvshm-linuxAdhemerval Zanella2022-01-151-12/+14
* librt: add test (bug 28213)gentoo/glibc-2.33-6Nikita Popov2021-08-182-0/+102
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-181-1/+1
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticgentoo/glibc-2.33-5Fangrui Song2021-07-232-58/+0
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-07-232-1/+2
* elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer2021-07-235-3/+73
* Revert "Enable nss-systemd in nsswitch.conf"Andreas K. Hüttel2021-07-231-2/+2
* Revert "Add comment about slowdowns via systemd nsswitch lookups"Andreas K. Hüttel2021-07-231-7/+0
* Revert "Gentoo: nsswitch.conf: Add nss-systemd hook also to shadow and gshadow"Andreas K. Hüttel2021-07-231-2/+2
* Fix use of __pthread_attr_copy in mq_notify (bug 27896)gentoo/glibc-2.33-4Florian Weimer2021-06-111-2/+9
* Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab2021-06-112-5/+16
* dlfcn: Failures after dlmopen should not terminate process [BZ #15271]Florian Weimer2021-06-119-5/+124
* Gentoo: nsswitch.conf: Add nss-systemd hook also to shadow and gshadowAndreas K. Hüttel2021-05-251-2/+2
* powerpc: Fix handling of scv return error codes [BZ #27892]Nicholas Piggin2021-05-252-2/+4
* nptl: Do not build nptl/tst-pthread-gdb-attach as PIEFlorian Weimer2021-05-251-0/+3
* nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attachFlorian Weimer2021-05-251-2/+76
* nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer2021-05-258-11/+181
* x86: tst-cpu-features-supports.c: Update AMX checkH.J. Lu2021-05-251-3/+3
* Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy2021-05-251-4/+0
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-05-252-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-05-252-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-05-251-183/+14
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-05-255-181/+168
* support: Pass environ to child processSiddhesh Poyarekar2021-05-251-1/+1
* support: Typo and formatting fixesSiddhesh Poyarekar2021-05-252-4/+4
* tunables: Fix comparison of tunable valuesSiddhesh Poyarekar2021-05-253-11/+49
* linux: always update select timeout (BZ #27706)Adhemerval Zanella2021-05-253-2/+33
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-05-255-10/+55
* libsupport: Add support_select_normalizes_timeoutAdhemerval Zanella2021-05-253-0/+34
* libsupport: Add support_select_modifies_timeoutAdhemerval Zanella2021-05-253-0/+35
* misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella2021-05-252-30/+56