1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-29 02:38:43 +00:00

Satisfy some deprecation warnings of newer Linux distributions

This commit is contained in:
Gerhard Rieger 2025-01-17 14:43:35 +01:00
parent 3f4b171523
commit 416fe38e33
4 changed files with 35 additions and 52 deletions

10
CHANGES
View file

@ -79,6 +79,14 @@ Porting:
Socat failed to build on platforms without flock() function (AIX,
Solaris) due to a missing guard.
Newer Linux distributions do not provide libwrap: do not leave unused
variable.
Newer Linux distributions deprecate usleep, replace it.
OpenSSL-3 loudly deprecates some functions or macros, replace a first
bunch of them.
Testing:
test.sh produces file results.txt with columns of test numbers, names,
and results.
@ -92,6 +100,8 @@ Testing:
Added a developer test that overwrites malloc'ed memory with non-zeros.
Newer Linux distributions now deprecate usleep; replaced it in test.sh
####################### V 1.8.0.2:
Security: