tor/src/feature
Nick Mathewson 7ace8d5a61 Assert that some trunnel _new() functions return non-NULL
The trunnel functions are written under the assumption that their
allocators can fail, so GCC LTO thinks they might return NULL.  In
point of fact, they're using tor_malloc() and friends, which can't
fail, but GCC won't necessarily figure that out.

Fixes part of #27772.
2018-09-18 14:43:57 -04:00
..
api Re-order includes to expose intptr_t to tor_api_internal.h 2018-09-14 07:11:37 -04:00
client Merge branch 'bug27224_take2_squashed' 2018-09-13 16:43:06 -04:00
control Merge remote-tracking branch 'tor-github/pr/329' 2018-09-14 09:22:23 -04:00
dirauth
dircache Defer reporting directory bootstrap progress 2018-09-10 15:20:50 -05:00
dirclient
dircommon
hibernate
hs Merge branch 'maint-0.3.4' 2018-09-14 12:56:31 -04:00
hs_common
nodelist Assert that some trunnel _new() functions return non-NULL 2018-09-18 14:43:57 -04:00
relay
rend hs-v2: Demote log warning to info when we don't have a consensus 2018-09-14 12:04:01 -04:00
stats Merge branch 'bug23512-v4-033' into bug23512-v4-master 2018-09-18 00:17:14 +00:00