Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fixes bug 18374; bugfix on 0.2.3.3-alpha.
|
|
|
|
Fixes #18339
|
|
|
|
|
|
|
|
Fixes #16023
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
|
|
1353178 and 1353179.
|
|
|
|
|
|
Remove any potential race between stat() and chmod().
Replace stat() with fstat().
Replace chmod() with fchmod()
|
|
form of input validation on the filename argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issues noted by cypherpunks on #18162
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Originally it can overflow in some weird cases. Now it should no longer
be able to do so.
Additionally, limit main's timers to 30 days rather than to 38 years;
we don't actually want any 38-year timers.
Closes bug 17682.
|
|
|
|
|
|
|
|
shutdown again
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If unix socket was configured as listener (such as a ControlSocket or a
SocksPort unix socket), and tor was started as root but not configured
to switch to another user, tor would segfault while trying to string
compare a NULL value. Fixes bug 18261; bugfix on 0.2.8.1-alpha. Patch
by weasel.
|
|
|
|
|
|
|
|
|