http://bugs.winehq.org/show_bug.cgi?id=5553
------- Additional Comments From leon_fraitak@mail.ru 2006-28-06 09:19 ------- Well actually it wasn't a NULL pointer dereference, but an invalid one. A typo. Changing the line 217 from if(*Size) to if(Size) fixed the bug (Thanks to Stefan Doesinger for this). I hope the fix will soon appear in git.