aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-29tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]H.J. Lu1-1/+1
2022-01-28Add prelink removal plan on NEWSAdhemerval Zanella1-0/+4
2022-01-28Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella6-26/+330
2022-01-28linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)Adhemerval Zanella4-6/+348
2022-01-28support: Add support_socket_so_timestamp_time64Adhemerval Zanella3-0/+53
2022-01-28Fix elf/loadfail test build dependenciesSzabolcs Nagy1-1/+3
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer33-0/+69
2022-01-26x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu1-1/+1
2022-01-26Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard1-0/+2
2022-01-26hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella1-0/+2
2022-01-26Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor6-2/+60
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella5-190/+210
2022-01-25stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor1-2/+4
2022-01-25io: Fix use-after-free in ftw [BZ #26779]Martin Sebor1-2/+3
2022-01-25intl: Avoid -Wuse-after-free [BZ #26779]Martin Sebor1-1/+11
2022-01-25elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor1-1/+1
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella46-6/+354
2022-01-24Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer1-0/+18
2022-01-24Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab3-3/+45
2022-01-24realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar1-1/+1
2022-01-24elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu4-0/+88
2022-01-24elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu3-0/+67
2022-01-24elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu6-0/+258
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu5-0/+83
2022-01-24tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar1-0/+4
2022-01-24getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar4-1/+260
2022-01-22Add valgrind smoke testAlexandra Hájková3-0/+102
2022-01-22htl: Fix cleaning the reply portSamuel Thibault7-34/+44
2022-01-21elf: Properly align all PT_LOAD segments [BZ #28676]H.J. Lu1-1/+8
2022-01-21realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar4-2/+64
2022-01-21support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2-9/+159
2022-01-20nptl: Effectively skip CAS in spinlock loopJangwoong Kim1-3/+2
2022-01-19mips: Move DT_MIPS into <ldsodefs.h>Florian Weimer2-4/+4
2022-01-19x86_64: Document libmvec vector functions accuracy [BZ #28766]Sunil K Pandey1-2/+3
2022-01-18x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu1-3/+31
2022-01-18elf: Fix tst-align3Adhemerval Zanella1-2/+3
2022-01-18elf: Move _dl_setup_hash to its own fileFlorian Weimer3-45/+65
2022-01-17htl: Fix build error in annexcSamuel Thibault1-2/+4
2022-01-17elf: Reinstate tst-audit17Adhemerval Zanella1-0/+1
2022-01-17x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno1-4/+10
2022-01-17rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYSSamuel Thibault10-25/+61
2022-01-17Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella41-1/+349
2022-01-17Properly handle --disable-default-pie [BZ #28780]H.J. Lu2-32/+55
2022-01-17elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella6-39/+39
2022-01-17Revert "elf: Fix 64 time_t support for installed statically binaries"Adhemerval Zanella6-39/+39
2022-01-17CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer4-8/+50
2022-01-17sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2-1/+48
2022-01-17CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2-4/+10
2022-01-17socket: Add the __sockaddr_un_set functionFlorian Weimer4-1/+120
2022-01-17elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732)Florian Weimer1-12/+17