1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-29 18:48:42 +00:00

getpwuid() errno

This commit is contained in:
Gerhard 2025-02-10 19:42:22 +01:00
parent 7b26406d96
commit 264b21c1a9
2 changed files with 9 additions and 2 deletions

View file

@ -78,6 +78,9 @@ Corrections:
DCCP_CONNECT_MAXCHILDREN OPENSSL_CONNECT_MAXCHILDREN
SOCKS4_MAXCHILDREN SOCKS5_CONNECT_MAXCHILDREN PROXY_CONNECT_MAXCHILDREN
On failure of getpwuid() (used in options su and su-d) now consider
errno.
Features:
POSIXMQ-RECV now takes option o-nonblock; this, in combination with -T,
makes it possible to terminate Socat in case the queue is empty.