mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
71ee53fe9b
This fixes an assertion failure bug in 15083; bugfix on 0.2.0.10-alpha. Patch from 'cypherpunks'
7 lines
302 B
Plaintext
7 lines
302 B
Plaintext
o Major bugfixes (relay, stability):
|
|
- Fix a bug that could lead to a relay crashing with an assertion
|
|
failure if a buffer of exactly the wrong layout was passed
|
|
to buf_pullup() at exactly the wrong time. Fixes bug 15083;
|
|
bugfix on 0.2.0.10-alpha. Patch from 'cypherpunks'.
|
|
|