Fix binding UDP sockets to wildcard address if the address is invalid
Merged
requested to merge gabrielb/wine:fix-replacing-invalid-udp-address-with-wildcard-address into master
I think this is a security issue. Listening to 0.0.0.0 instead of my VPN address that is not yet up is a problem. With the fix, the bind fails if the address is invalid.
Merge request reports
Activity
requested review from @julliard
added 294 commits
-
8db85df6...c2d68348 - 291 commits from branch
wine:master
- b7f06a4a - ws2_32/tests: Test binding UDP socket to invalid address.
- 6361a20c - server: Return failure in bind if the address is not found.
- 12141ad6 - kernel32: Add string for WSAEADDRNOTAVAIL error.
Toggle commit list-
8db85df6...c2d68348 - 291 commits from branch
Please register or sign in to reply