Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes bug 15600; reported by skruffy
|
|
|
|
|
|
|
|
This reverts commit 681802817deb6fb93b95f8284856fd42f3556600.
(I didn't mean to backport this, but somehow I had based my branch
for #15205 on it.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is a bug in the overlap-checking in strlcat that can crash Tor
servers. Fixes bug 15205; this is an OSX bug, not a Tor bug.
|
|
|
|
Closes 14128; useful to regain functionality lost because of 13988.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug 15064; bugfix on 0.2.5.4-alpha.
|
|
fixes bug 15088. patch from sanic.
|
|
|
|
This fixes an assertion failure bug in 15083; bugfix on 0.2.0.10-alpha.
Patch from 'cypherpunks'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We've started to hit the limit here. We introduced the limit in
0.1.2.5-alpha. This fixes bug 14261, but we should have a smarter way
to not actually do the behavior this permits. See #14267 for a ticket
about fixing that.
|
|
Backports some commits from tor master.
|
|
Fixes bug 14195. Bugfix on 0.1.0.1-rc.
|
|
|
|
Check for a missing option value in parse_virtual_addr_network
before asserting on the NULL in tor_addr_parse_mask_ports.
This avoids crashing on torrc lines like Vi[rtualAddrNetworkIPv[4|6]]
when no value follows the option.
Bugfix on 0.2.3 (de4cc126cbb5 on 24 November 2012), fixes #14142.
|
|
Also, avoid crashing when we attempt to double-remove an edge
connection from the DNS resolver: just log a bug warning instead.
Fixes bug 14129. Bugfix on 0d20fee2fbd48978, which was in 0.0.7rc1.
jowr found the bug. cypherpunks wrote the fix. I added the log
message and removed the assert.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/or/config.c
|
|
|
|
|