mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
7ace8d5a61
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. |
||
---|---|---|
.. | ||
api | ||
client | ||
control | ||
dirauth | ||
dircache | ||
dirclient | ||
dircommon | ||
hibernate | ||
hs | ||
hs_common | ||
nodelist | ||
relay | ||
rend | ||
stats |