Commit 410ce4cb authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.5

parents 1a7419c3 d5b2cbea
Loading
Loading
Loading
Loading

changes/bug15088

0 → 100644
+4 −0
Original line number Diff line number Diff line
  o Minor bugfixes (Linux seccomp2 sandbox):
    - Upon receiving sighup, do not crash during attempts to call
      wait4. Fixes bug 15088; bugfix on 0.2.5.1-alpha. Patch from
      "sanic".
+1 −0
Original line number Diff line number Diff line
@@ -164,6 +164,7 @@ static int filter_nopar_gen[] = {
#endif
    SCMP_SYS(stat),
    SCMP_SYS(uname),
    SCMP_SYS(wait4),
    SCMP_SYS(write),
    SCMP_SYS(writev),
    SCMP_SYS(exit_group),