Skip to content
Merged
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 agent/qrexec-fork-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
exit(0);
}
signal(SIGCHLD, SIG_IGN);
signal(SIGPIPE, SIG_IGN);

Check warning on line 141 in agent/qrexec-fork-server.c

View check run for this annotation

Codecov / codecov/patch

agent/qrexec-fork-server.c#L141

Added line #L141 was not covered by tests
register_exec_func(do_exec);

while (1) {
Expand Down