[Bug 18164] dlls/iphlpapi/ifenum.c: compiler warnings on NetBSD

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 30 21:59:09 CST 2014


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

--- Comment #5 from Bruno Jesus <00cpxxx at gmail.com> ---
The code just shifted a few hundred lines.

693 jumped to 1012:
while (ifPtr && ifPtr < ifc->ifc_buf + ifc->ifc_len)

754 jumped to 1073:
while (!ret && ifPtr && ifPtr < ifc.ifc_buf + ifc.ifc_len) {

ifPtr is caddr_t which is void *.

-- 
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