aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/oldmalloc/aligned_alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-28fix pipe2 silently ignoring unknown flags on old kernelsRich Felker1-0/+1
2023-02-28getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOWAlexey Izbyshev1-0/+2
2023-02-28getservbyport_r: fix out-of-bounds buffer readAlexey Izbyshev1-1/+1
2023-02-28getifaddrs: fix UB via taking address of null pointer union dereferenceAlexey Izbyshev1-7/+7
2023-02-28accept4: don't fall back to accept if we got unknown flagsAlexey Izbyshev1-0/+4
2023-02-27fix potential read past end of buffer in getnameinfo host name lookupAlexey Izbyshev1-0/+1
2023-02-27dns: fix workaround for systems defaulting to ipv6-only socketsAlexey Izbyshev1-15/+16
2023-02-27dns: handle early eof in tcp fallbackAlexey Izbyshev1-1/+1
2023-02-27prevent CNAME/PTR parsing from reading data past the response endAlexey Izbyshev4-7/+7
2023-02-27fix out-of-bounds reads in __dns_parseAlexey Izbyshev1-3/+3
2023-02-23fix incorrect unit for CPU_SETSIZE macroRich Felker1-1/+1
2023-02-12dns: prefer monotonic clock for timeoutsA. Wilcox1-1/+2
2023-02-12fix return value of wcs{,n}cmp for extreme wchar_t valuesGabriel Ravier2-2/+2
2023-02-12math: fix undefined shift in logfSzabolcs Nagy1-1/+1
2023-02-12inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addressesAlexey Izbyshev1-0/+1
2023-02-12hsearch: fix null pointer arithmetic UBSzabolcs Nagy1-2/+2
2023-02-12increase sendmsg internal buffer to support SCM_MAX_FDColin Cross1-2/+5
2023-02-12mq_notify: block all (application) signals in the worker threadRich Felker1-0/+5
2023-02-12mq_notify: join worker thread before returning in error pathRich Felker1-2/+5
2023-02-12mq_notify: rework to fix use-after-close/double-close bugsRich Felker1-8/+15
2023-02-11mq_notify: use semaphore instead of barrier to sync args consumptionRich Felker1-5/+9
2023-02-11fix pthread_detach inadvertently acting as cancellation point in race caseRich Felker1-2/+6
2023-02-11powerpc-sf longjmp clobbering of val argumentRich Felker1-4/+4