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

Corrections for Ubuntu-24 with newer compilers

This commit is contained in:
Gerhard 2025-02-10 12:46:57 +01:00
parent 676888e8cc
commit 63f67101f4
5 changed files with 27 additions and 17 deletions

View file

@ -60,6 +60,10 @@ Corrections:
now handled properly.
Test: UNIX_L_BIND
Removed unused bytes variable from gettimestamp(), corrected #elsif and
socks4 record length.
Thanks to clang-18 and gcc-13.
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.