mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6f7d548bc4
The old implementation would fail with super-long inputs. We never gave it any, but still, it's nicer to dtrt here. Reported by Guido Vranken. Fixes bug 19281.
6 lines
323 B
Plaintext
6 lines
323 B
Plaintext
o Minor bugfixes (correctness, controller):
|
|
- Make the controller's write_escaped_data() function robust to extremely
|
|
long inputs. Right now, it doesn't actually receive any extremely
|
|
long inputs, so this is for defense in depth. Fixes bug 19281;
|
|
bugfix on 0.1.1.1-alpha. Reported by Guido Vranken.
|