Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Process.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ static size_t matchCmdlinePrefixWithExeSuffix(const char* cmdline, size_t* cmdli
* component of the cmdline relative path, and retry the procedure. */
size_t cmdlineBaseOffset = *cmdlineBasenameStart;
bool delimFound = true; /* if valid basename delimiter found */
*cmdlineBasenameStart = 0;
do {
/* match basename */
size_t matchLen = exeBaseLen + cmdlineBaseOffset;
Expand Down