mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8e7bd96362
Previously, `channelpadding_get_netflow_inactive_timeout_ms` would crash with an assertion failure if `low_timeout` was greater than `high_timeout`. That wasn't possible in practice because of checks in `channelpadding_update_padding_for_channel`, but it's better not to have a function whose correctness is this tricky to prove. Fixes #40645. Bugfix on 0.3.1.1-alpha.
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
o Minor bugfixes (defense in depth):
|
|
- Change a test in the netflow padding code to make it more
|
|
_obviously_ safe against remotely triggered crashes.
|
|
(It was safe against these before, but not obviously so.)
|
|
Fixes bug 40645; bugfix on 0.3.1.1-alpha.
|