mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
7 lines
332 B
Plaintext
7 lines
332 B
Plaintext
o Major bugfixes:
|
|
- When reading a hexadecimal, base-32, or base-64 encoded value
|
|
from a string, always overwrite the complete output buffer. This
|
|
prevents some bugs where we would look at (but fortunately, not
|
|
reveal) uninitialized memory on the stack. Fixes bug 14013;
|
|
bugfix on all versions of Tor.
|