-
Jinoh Kang authored
Today, test_reuseaddr() triggers a buffer overflow when accept()-ing an IPv6 client due to the supplied peer name buffer (`struct sockaddr`) being too small to hold an AF_INET6 address (`struct sockaddr_in6`). Fix this by changing the type of `saddr` from `struct sockaddr` to `struct sockaddr_storage`. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54376
876742bf
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
tests | ||
Makefile.in | ||
async.c | ||
hosts | ||
inaddr.c | ||
networks | ||
protocol | ||
protocol.c | ||
services | ||
socket.c | ||
unixlib.c | ||
version.rc | ||
ws2_32.spec | ||
ws2_32_private.h |