1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-19 09:22:57 +00:00

Fixed hang on race condition with UDP-RECV and fork

This commit is contained in:
Gerhard Rieger 2020-11-28 10:21:39 +01:00
parent 55518fa690
commit 5570bf4d62
7 changed files with 107 additions and 8 deletions

View file

@ -63,6 +63,9 @@
/* Define if you have the select function. */
#undef HAVE_SELECT
/* Define if you have the pselect function. */
#undef HAVE_PSELECT
/* Define if you have the poll function. */
#undef HAVE_POLL
@ -599,6 +602,7 @@
#undef HAVE_TYPEOF_ST64_BLOCKS
#undef HAVE_TYPEOF_STRUCT_TIMEVAL_TV_USEC
#undef HAVE_TYPEOF_STRUCT_TIMESPEC_TV_NSEC
#undef HAVE_TYPEOF_RLIM_MAX