mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c613d55134
.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
.
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
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.
|