mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0891a31ad3
These errors can occur if we are built on a system with support for madvise(MADV_NOFORK) but then we are run on a system whose kernel does not support that flag. If the error is something that we don't tolerate at all, we now log it before crashing. Fixes bug 31696. I am calling this a bugfix on 0.4.1.1-alpha, where we actually started using the map_anon code. This is similar to, but not the same as, the fix for #31570.
6 lines
307 B
Plaintext
6 lines
307 B
Plaintext
o Major bugfixes (crash, Linux):
|
|
- Tolerate systems (including some Linux installations) where madvise
|
|
and/or MADV_DONTFORK are available at build-time, but not at run time.
|
|
Previously, these systems would notice a failed syscall and abort.
|
|
Fixes bug 31696; bugfix on 0.4.1.1-alpha.
|