mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
d5cfbf96a2
Fortunately, later checks mean that uninitialized data can't get sent to the network by this bug. Unfortunately, reading uninitialized heap *can* (in some cases, with some allocators) cause a crash if you get unlucky and go off the end of a page. Found by asn. Bugfix on 0.2.4.1-alpha.
9 lines
346 B
Plaintext
9 lines
346 B
Plaintext
o Major bugfixes:
|
|
|
|
- Fix an uninitialized read that could (in some cases) lead to a remote
|
|
crash while parsing INTRODUCE 1 cells. (This is, so far as we know,
|
|
unrelated to the recent news.) Fixes bug XXX; bugfix on
|
|
0.2.4.1-alpha. Anybody running a hidden service on the experimental
|
|
0.2.4.x branch should upgrade.
|
|
|