https://bugs.winehq.org/show_bug.cgi?id=18164
--- Comment #5 from Bruno Jesus 00cpxxx@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 *.