http://bugs.winehq.org/show_bug.cgi?id=27653
--- Comment #30 from Juan Lang juan.lang@gmail.com 2011-11-10 09:49:08 CST --- (In reply to comment #27)
Prior to while
After that it's quiet and wine not responding.
Yeah, the dumb error was that I never updated the pointer. The loop invariant was correct, but I never set ifPtr to ifPtr->ifa_next. Sheesh.