index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread_mutex_consistent.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-28
accept4: don't fall back to accept if we got unknown flags
Alexey Izbyshev
1
-0
/
+4
2023-02-27
fix potential read past end of buffer in getnameinfo host name lookup
Alexey Izbyshev
1
-0
/
+1
2023-02-27
dns: fix workaround for systems defaulting to ipv6-only sockets
Alexey Izbyshev
1
-15
/
+16
2023-02-27
dns: handle early eof in tcp fallback
Alexey Izbyshev
1
-1
/
+1
2023-02-27
prevent CNAME/PTR parsing from reading data past the response end
Alexey Izbyshev
4
-7
/
+7
2023-02-27
fix out-of-bounds reads in __dns_parse
Alexey Izbyshev
1
-3
/
+3
2023-02-23
fix incorrect unit for CPU_SETSIZE macro
Rich Felker
1
-1
/
+1
2023-02-12
dns: prefer monotonic clock for timeouts
A. Wilcox
1
-1
/
+2
2023-02-12
fix return value of wcs{,n}cmp for extreme wchar_t values
Gabriel Ravier
2
-2
/
+2
2023-02-12
math: fix undefined shift in logf
Szabolcs Nagy
1
-1
/
+1
2023-02-12
inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses
Alexey Izbyshev
1
-0
/
+1
2023-02-12
hsearch: fix null pointer arithmetic UB
Szabolcs Nagy
1
-2
/
+2
2023-02-12
increase sendmsg internal buffer to support SCM_MAX_FD
Colin Cross
1
-2
/
+5
2023-02-12
mq_notify: block all (application) signals in the worker thread
Rich Felker
1
-0
/
+5
2023-02-12
mq_notify: join worker thread before returning in error path
Rich Felker
1
-2
/
+5
2023-02-12
mq_notify: rework to fix use-after-close/double-close bugs
Rich Felker
1
-8
/
+15
2023-02-11
mq_notify: use semaphore instead of barrier to sync args consumption
Rich Felker
1
-5
/
+9
2023-02-11
fix pthread_detach inadvertently acting as cancellation point in race case
Rich Felker
1
-2
/
+6
2023-02-11
powerpc-sf longjmp clobbering of val argument
Rich Felker
1
-4
/
+4