mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
1fe0bae508
The C code and the rust code had different separate integer overflow bugs here. That suggests that we're better off just forbidding this pathological case. Also, add tests for expected behavior on receiving a bad protocol list in a consensus. Fixes another part of 25249.
4 lines
143 B
Groff
4 lines
143 B
Groff
o Minor bugfixes (spec conformance):
|
|
- Forbid UINT32_MAX as a protocol version. Fixes part of bug 25249;
|
|
bugfix on 0.2.9.4-alpha.
|