http://bugs.winehq.org/show_bug.cgi?id=17285 Summary: null pointer dereference possibility in failure cases server/named_pipe.c Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wineserver AssignedTo: wine-bugs(a)winehq.org ReportedBy: lkcl(a)lkcl.net server/named_pipe.c - create_named_pipe client = NULL; } } release_object( server ); return &client->obj; } any failure will result in a segfault as the NULL client pointer is defererenced. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.