diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-23 09:23:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-23 09:23:31 -0400 |
commit | beb321d8cdd6e7a2f0b9a0a4758cd71768531959 (patch) | |
tree | 4b6ca67286330aeeb15bc993505a6caf2962df5a /changes | |
parent | 44aa586dea7d8fb4a7db2d0beae46a0c3ae7589b (diff) | |
parent | 1438c6c7134c53b2aa3b5e9abf94fe12a4d9bd5e (diff) | |
download | tor-beb321d8cdd6e7a2f0b9a0a4758cd71768531959.tar.gz tor-beb321d8cdd6e7a2f0b9a0a4758cd71768531959.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24969 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24969 b/changes/bug24969 new file mode 100644 index 0000000000..46b2bae6f4 --- /dev/null +++ b/changes/bug24969 @@ -0,0 +1,3 @@ + o Minor bugfixes (Linux seccomp2 sandbox): + - Allow the nanosleep() system call, which glibc uses to implement + sleep() and usleep(). Fixes bug 24969; bugfix on 0.2.5.1-alpha. |