Skip to content

Commit

Permalink
Add missing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tklengyel committed Apr 27, 2024
1 parent 366ccae commit 1873ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drakvuf.cpp
Expand Up @@ -428,7 +428,7 @@ static bool is_terminated(drakvuf_t drakvuf, void* data)
return drakvuf_is_interrupted(drakvuf) ||
(info->proc->find(info->pid) != info->proc->end() &&
info->proc->at(info->pid));
};
}

void drakvuf_c::terminate(vmi_pid_t injection_pid,
uint32_t injection_tid,
Expand Down

0 comments on commit 1873ec2

Please sign in to comment.