Skip to content

Commit

Permalink
fix issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
m1dsummer committed Jan 18, 2024
1 parent e3a3d6c commit f18aa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl Tracer {
// Therefor issue a PTRACE_SYSCALL request to the parent to continue execution.
// This is also important if we trace without the following forks option.
if signal == Signal::SIGCHLD {
self.issue_ptrace_syscall_request(pid, None)?;
ptrace::cont(pid, signal)?;
continue;
}

Expand Down

0 comments on commit f18aa28

Please sign in to comment.