summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-04 12:19:28 +0100
committerNick Mathewson <nickm@torproject.org>2015-03-04 12:19:28 +0100
commitc5c4ea2db0411ac1e5f3abd6ca8fa4ae322ee906 (patch)
treea97248ec65a2bc777e1eccda7073a69f8bdad2ce /changes
parent5ad47aafabfdb9718b4beb7c3893af58a9147e2e (diff)
parentd5b2cbea106e020436d577e42672d281400558dd (diff)
downloadtor-c5c4ea2db0411ac1e5f3abd6ca8fa4ae322ee906.tar.gz
tor-c5c4ea2db0411ac1e5f3abd6ca8fa4ae322ee906.zip
Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6
Diffstat (limited to 'changes')
-rw-r--r--changes/bug150884
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug15088 b/changes/bug15088
new file mode 100644
index 0000000000..95878bdb39
--- /dev/null
+++ b/changes/bug15088
@@ -0,0 +1,4 @@
+ 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".