[Bug 45097] New: Wrong process name when using CreateProcess from kernel32

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 30 02:04:48 CDT 2018


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

            Bug ID: 45097
           Summary: Wrong process name when using CreateProcess from
                    kernel32
           Product: Wine
           Version: 3.0
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: sr-tream at yandex.ru
      Distribution: ---

After using CreateProcess from kernel32 on Linux, lpCommandLine is used as the
process name, although lpApplicationName should be used.
=================================================================================
BOOL WINAPI CreateProcess(
  _In_opt_    LPCTSTR               lpApplicationName,
  _Inout_opt_ LPTSTR                lpCommandLine,
  _In_opt_    LPSECURITY_ATTRIBUTES lpProcessAttributes,
  _In_opt_    LPSECURITY_ATTRIBUTES lpThreadAttributes,
  _In_        BOOL                  bInheritHandles,
  _In_        DWORD                 dwCreationFlags,
  _In_opt_    LPVOID                lpEnvironment,
  _In_opt_    LPCTSTR               lpCurrentDirectory,
  _In_        LPSTARTUPINFO         lpStartupInfo,
  _Out_       LPPROCESS_INFORMATION lpProcessInformation
);

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