http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From leukhe@gmail.com 2007-23-02 15:21 ------- the reason why morph does this? the same reason it is not handled into wine i suppose. YOu can call it bug if you like.
But It needs an exception. not a handler for null. (I can read the source, I DO not have the time now to figure out how to build wine from scratch and apply the attachment.
" #include "stdafx.h" #include <Winsock2.h.>
int _tmain(int argc, _TCHAR* argv[]) { int var = inet_addr((char *) 1); fprintf(stdout,"THis program is also ok\n");
return 0; } "
also works under xp (attached as a exe)
(don't know how to handle bug status or priority... feel free to change it)