http://bugs.winehq.org/show_bug.cgi?id=14359
Summary: clear slots in new argv[] Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: jreiser@BitWagon.com
Created an attachment (id=14656) --> (http://bugs.winehq.org/attachment.cgi?id=14656) clear new reserved slots in new argv[]
When constructing a new argv[] vector, then the new reserved slots should be cleared to prevent bugs and keep valgrind(memcheck) happy. Patch is attached and also will be sent to wine-patches@winehq.org.