https://bugs.winehq.org/show_bug.cgi?id=43252
Bug ID: 43252 Summary: IcmpSendEcho doesn't work with a ReplySize<56 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: iphlpapi Assignee: wine-bugs@winehq.org Reporter: slouslai@wegwerfemail.info Distribution: ---
Created attachment 58564 --> https://bugs.winehq.org/attachment.cgi?id=58564 IcmpSendEcho trace
IcmpSendEcho of icmp.c doesn't work with a ReplySize<56. If ReplySize<56 the function returns with IP_REQ_TIMED_OUT. In windows the function returns properly. This has been tested with ubuntu 16 and CentOs 7 (both x86-64) with wine 1.8.5(32 and 64bit prefix) and wine staging 2.1(32bit prefix).