[Bug 45397] WSAStringToAddressA recognizes "255.255.255" as a valid IP

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 22 07:55:10 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45397

Thomas Faller <tfaller1 at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tfaller1 at gmx.de

--- Comment #1 from Thomas Faller <tfaller1 at gmx.de> ---
This is because wine uses "inet_aton" to parse the ip.
"inet_aton" acceepts this address because of specific parsing rules.
The rules can be found here: https://linux.die.net/man/3/inet_aton

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list