mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
.retain() would allocating a Vec of billions of integers and check them
one at a time to separate the supported versions from the unsupported.
This leads to a memory DoS.
Closes ticket 27206. Bugfix on e6625113c9
.
4 lines
197 B
Text
4 lines
197 B
Text
o Minor bugfixes (rust):
|
|
- protover_all_supported() would attempt to allocate up to 16GB on some
|
|
inputs, leading to a potential memory DoS. Fixes bug 27206; bugfix on
|
|
0.3.3.5-rc.
|