[Bug 39211] New: Test for startupInfo.lpTitle is wrong if CreateProcess is called with lpTitle = NULL.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 5 03:25:43 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=39211

            Bug ID: 39211
           Summary: Test for startupInfo.lpTitle is wrong if CreateProcess
                    is called with lpTitle = NULL.
           Product: Wine
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: andy1.m at gmx.de
      Distribution: ---

Created attachment 52273
  --> https://bugs.winehq.org/attachment.cgi?id=52273
Patch for kernel32_test (startupinfo.lpTitle, NULL)

Call CreateProcess with StartUpInfo.lpTitle = NULL. The new process
(GetStartUpInfo) gets for lpTitle the full name of the imagefile. E. g.
"D:\winetests_kernel32.exe". The test expects only "winetests_kernel32.exe".

Applied patch tested under win2k3.

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