Skip to content

Commit

Permalink
Merge branch 'master' of github.com:squaresLab/BugZoo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Apr 4, 2018
2 parents 565bdc3 + fd4380e commit 0627aef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bugzoo/mgr/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ class CoverageManager(object):
" sigaction(SIGTERM, &new_action, NULL);\n"
" sigaction(SIGINT, &new_action, NULL);\n"
" sigaction(SIGKILL, &new_action, NULL);\n"
" sigaction(SIGSEGV, &new_action, NULL);\n"
" sigaction(SIGFPE, &new_action, NULL);\n"
" sigaction(SIGBUS, &new_action, NULL);\n"
" sigaction(SIGILL, &new_action, NULL);\n"
" sigaction(SIGABRT, &new_action, NULL);\n"
"}\n"
"// BUGZOO :: INSTRUMENTATION :: END\n"
)
Expand Down

0 comments on commit 0627aef

Please sign in to comment.