diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-15 20:55:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-15 20:55:28 -0400 |
commit | 125c8e54680c936b9e532597372c62ac47af4fa9 (patch) | |
tree | 63fb1b62472d16eb220cf4e4313d6ac902210212 /changes | |
parent | 03e0c7e36608ba3830c3e6948529a3aca2edcfc1 (diff) | |
parent | bd83d0ed186c0bb2c8e3892e55ac2f55770d3ee7 (diff) | |
download | tor-125c8e54680c936b9e532597372c62ac47af4fa9.tar.gz tor-125c8e54680c936b9e532597372c62ac47af4fa9.zip |
Merge remote-tracking branch 'public/bug11465'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11465 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug11465 b/changes/bug11465 new file mode 100644 index 0000000000..2425299ca8 --- /dev/null +++ b/changes/bug11465 @@ -0,0 +1,9 @@ + o Minor features: + - When the Linux syscall sandbox finds an illegal system call, it + now tries to log a stack trace before exiting. Resolves ticket + 11465. + + o Minor bugfixes: + - Using the Linux syscall sandbox no longer prevents stack-trace + logging on crashes or errors. Fixes part 11465; bugfix on + 0.2.5.1-alpha. |