mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
This patch imposes (very long) limits on the length of a line in a directory document, and on the length of a certificate. I don't think it should actually be possible to overrun these remotely, since we already impose a maximum size on any directory object we're downloading, but a little defensive programming never hurt anybody. Roger emailed me that doorss reported these on IRC, but nobody seems to have put them on the bugtracker.
4 lines
200 B
Text
4 lines
200 B
Text
o Minor bugfixes
|
|
- Check for and reject overly long directory certificates and
|
|
directory tokens before they have a chance to hit any
|
|
assertions. Bugfix on 0.2.1.28. Found by doorss.
|