netevent.c contains code like: WSAPoll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
But according to the MS documentation, the first argument cannot be NULL. The exact error message was "error: poll udp out failed: invalid argument".
We have not yet figured out how to reproduce it, sorry.
System:
- Unbound version: v1.22
- OS: Windows 10
netevent.c contains code like: WSAPoll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
But according to the MS documentation, the first argument cannot be NULL. The exact error message was "error: poll udp out failed: invalid argument".
We have not yet figured out how to reproduce it, sorry.
System: