mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
It is renamed to --enable-fragile-hardening. TROVE-2017-001 was triggerable only through the expensive hardening which is making the tor daemon abort when the issue is detected. Thus, it makes tor more at risk of remote crashes but safer against RCE or heartbleed bug category. Fixes #21290. Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
445 B
Text
7 lines
445 B
Text
o Minor bugfixes (configure, autoconf):
|
|
- Rename the configure option --enable-expensive-hardening to
|
|
--enable-fragile-hardening. TROVE-2017-001 was triggerable only through
|
|
the expensive hardening which is making the tor daemon abort when the
|
|
issue is detected. Thus, it makes tor more at risk of remote crashes but
|
|
safer against RCE or heartbleed bug category. Fixes bug 21290; bugfix on
|
|
tor-0.2.5.4-alpha.
|