1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-15 15:43:24 +00:00

dropopts must not free()

This commit is contained in:
Gerhard Rieger 2011-11-27 10:49:28 +01:00
parent 3ef7b3e366
commit 1c302dc23c
2 changed files with 4 additions and 2 deletions

View file

@ -56,6 +56,9 @@ corrections:
UDP-LISTEN slept 1s after accepting a connection. This is not required.
Thanks to Peter Valdemar Morch for reporting this issue
fixed a bug that could lead to error or socat crash after a client
connection with option retry had been established
porting:
Cedril Priscal ported socat to Android (using Googles cross compiler).
The port includes the socat_buildscript_for_android.sh script