Historique des commits

Auteur SHA1 Message Date
  Alexey Izbyshev 8949da7ab1 select: fix 64-bit timeout truncation on pre-time64 kernels il y a 2 ans
  Rich Felker 3281047cfc dup3: don't set FD_CLOEXEC on failure on kernels without dup3 syscall il y a 2 ans
  Rich Felker c99b7daafd fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall il y a 2 ans
  Rich Felker fb7fb5e4bd fix pipe2 silently ignoring unknown flags on old kernels il y a 2 ans
  Alexey Izbyshev b1dfb734a4 getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW il y a 2 ans
  Alexey Izbyshev 595416b11d getservbyport_r: fix out-of-bounds buffer read il y a 2 ans
  Alexey Izbyshev 1a708ece1a getifaddrs: fix UB via taking address of null pointer union dereference il y a 2 ans
  Alexey Izbyshev c499c1084e accept4: don't fall back to accept if we got unknown flags il y a 2 ans
  Alexey Izbyshev 523d9b965d fix potential read past end of buffer in getnameinfo host name lookup il y a 2 ans
  Alexey Izbyshev d0b7f9768d dns: fix workaround for systems defaulting to ipv6-only sockets il y a 2 ans
  Alexey Izbyshev bec42ef393 dns: handle early eof in tcp fallback il y a 2 ans
  Alexey Izbyshev 9b132e5567 prevent CNAME/PTR parsing from reading data past the response end il y a 2 ans
  Alexey Izbyshev 12590c8bbd fix out-of-bounds reads in __dns_parse il y a 2 ans
  Rich Felker bc695a5ac1 fix incorrect unit for CPU_SETSIZE macro il y a 2 ans
  A. Wilcox 7d756e1c04 dns: prefer monotonic clock for timeouts il y a 2 ans
  Gabriel Ravier 07616721f1 fix return value of wcs{,n}cmp for extreme wchar_t values il y a 2 ans
  Szabolcs Nagy 35fdfe62a4 math: fix undefined shift in logf il y a 2 ans
  Alexey Izbyshev 7e13e5ae69 inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses il y a 2 ans
  Szabolcs Nagy 7e6da7ac98 hsearch: fix null pointer arithmetic UB il y a 2 ans
  Colin Cross f79b973d92 increase sendmsg internal buffer to support SCM_MAX_FD il y a 2 ans
  Rich Felker 0ab97350f0 mq_notify: block all (application) signals in the worker thread il y a 2 ans
  Rich Felker 711673ee77 mq_notify: join worker thread before returning in error path il y a 2 ans
  Rich Felker 8c0c9c69a1 mq_notify: rework to fix use-after-close/double-close bugs il y a 2 ans
  Rich Felker fde6891e59 mq_notify: use semaphore instead of barrier to sync args consumption il y a 2 ans
  Rich Felker c3cd04fa5f fix pthread_detach inadvertently acting as cancellation point in race case il y a 2 ans
  Rich Felker 115149c023 powerpc-sf longjmp clobbering of val argument il y a 2 ans
  Pedro Falcato 5763f003a5 riscv64: add vfork il y a 2 ans
  Rich Felker 269d193820 fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 il y a 2 ans
  Rich Felker ea3b40a321 fix integer overflow in WIFSTOPPED macro il y a 2 ans
  Rich Felker f897461d4f fix debugger tracking of shared libraries on mips with PIE main program il y a 2 ans