server: Validate the output size of IOCTL_AFD_BIND against the input address size...
commitc06e5693cb421692c85a87da3e90a94182651a48
authorZebediah Figura <zfigura@codeweavers.com>
Fri, 23 Jul 2021 16:39:07 +0000 (23 11:39 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 23 Jul 2021 17:02:55 +0000 (23 19:02 +0200)
treeb0a8db634f89ee3e96008b2158bcba2fb0d3d212
parent1409b421d22e5c916e1fea7e9d04543eeebb8d8f
server: Validate the output size of IOCTL_AFD_BIND against the input address size rather than sizeof(struct sockaddr).

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ws2_32/tests/afd.c
server/sock.c