On Wed, May 20, 2020 at 12:11 PM Alexandre Julliard julliard@winehq.org wrote:
Alex Henrie alexhenrie24@gmail.com writes:
Signed-off-by: Alex Henrie alexhenrie24@gmail.com
inet_pton, RtlIpv4StringToAddress, and RtlIpv6StringToAddress crash on bad pointers, but not inet_addr.
Is there an app that depends on this? We don't want to add exception handlers where they are not needed.
I'm not aware of any such app, it's just something that I noticed while debugging this family of functions. I'm sure there are apps that depend on inet_addr(NULL) not crashing though.
Thanks for taking the other two patches I sent this morning!
-Alex