Skip to content

Commit

Permalink
libinjector: fix empty process name. Fix #1339 (#1340)
Browse files Browse the repository at this point in the history
From #1257
  • Loading branch information
skvl committed Nov 11, 2021
1 parent 1e682e3 commit 7eb217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libinjector/win/win_utils.c
Expand Up @@ -299,7 +299,7 @@ void print_injection_info(output_format_t format, const char* file, injector_t i
if (*split_results_iterator)
{
// Advance iterator to step over image/process name
split_results_iterator++;
process_name = *(split_results_iterator++);
}

if (*split_results_iterator)
Expand Down

0 comments on commit 7eb217b

Please sign in to comment.