[Bug 28881] New: CommandLineToArgvW last argument is not equal to NULL

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 24 09:33:15 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=28881

             Bug #: 28881
           Summary: CommandLineToArgvW last argument is not equal to NULL
           Product: Wine
           Version: 1.3.31
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: shell32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: martijn.jstn at gmail.com
    Classification: Unclassified


Created attachment 37108
  --> http://bugs.winehq.org/attachment.cgi?id=37108
Test application

The last argument given by CommandLineToArgvW should be equal to NULL which it
is not. This causes application which use a pointer to increment and check for
NULL to crash.

Should be an easy fix, allocate argv to hold one more pointer and set it to
NULL.

-- 
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.



More information about the wine-bugs mailing list