diff options
author | David Goulet <dgoulet@torproject.org> | 2019-09-12 13:47:09 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-09-12 13:47:09 -0400 |
commit | c39c9ce26ba2990177e45a4c7bffaed51d88d280 (patch) | |
tree | 12f2d1bb8f4ae6f976a32e60d315afea3f0f7daf /changes | |
parent | 028733e8b6f36bae420b1e41897401fa3b14ccf8 (diff) | |
parent | 52342327c7e566a25bf69dc6df651de45959e6d6 (diff) | |
download | tor-c39c9ce26ba2990177e45a4c7bffaed51d88d280.tar.gz tor-c39c9ce26ba2990177e45a4c7bffaed51d88d280.zip |
Merge branch 'tor-github/pr/1285'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31570 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug31570 b/changes/bug31570 new file mode 100644 index 0000000000..f70b577b4c --- /dev/null +++ b/changes/bug31570 @@ -0,0 +1,5 @@ + o Major bugfixes (crash, android): + - Tolerate systems (including some Android installations) where madvise + and MADV_DONTDUMP are available at build-time, but not at run time. + Previously, these systems would notice a failed syscall and abort. + Fixes bug 31570; bugfix on 0.4.1.1-alpha. |