diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-17 19:05:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-17 19:05:04 -0400 |
commit | ca5e2caf53bf678954d051d8dec469bf6eede0b9 (patch) | |
tree | 577fd7baf3d4a8d11ecfc321bb936199dae2d1a7 /changes | |
parent | a32646c2ed8a19e5061df4b57d0c27efe6bc357d (diff) | |
parent | c6f7943269c36be41d7c22ebb38eccc37357022b (diff) | |
download | tor-ca5e2caf53bf678954d051d8dec469bf6eede0b9.tar.gz tor-ca5e2caf53bf678954d051d8dec469bf6eede0b9.zip |
Merge branch 'maint-0.4.1' into release-0.4.1
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. |