Some people post only the bug line when they get an LD_BUG message and don't say their version. Might be worth sticking the tor version onto that line?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
I agree, but this patch is wrong I believe. The n += 5 needs to be a n += strlen(bug_prefix), and the buf_len-n > strlen() needs to be a buf_len-n > strlen() + 1, I believe?