tor/src/core
Nick Mathewson 8505522e50 Avoid a use-after-null-check in proto_socks.c
Coverity rightly complains that early in the function we're checking
whether username is NULL, and later we're passing it unconditionally
to strlen().

Fixes CID 1437967.  Bug not in any released Tor.
2018-07-16 07:51:11 -04:00
..
crypto Rename torlog.[ch] to log.[ch] 2018-07-10 15:20:30 -04:00
mainloop Isolate resolve.h usage in the modules that really need it. 2018-07-10 13:36:45 -04:00
or Merge branch 'socks_trunnel4_squashed' into socks_trunnel4_squashed_merged 2018-07-12 11:47:25 -04:00
proto Avoid a use-after-null-check in proto_socks.c 2018-07-16 07:51:11 -04:00
include.am Move all use cases of micro-revision.i to a single place 2018-07-11 09:52:39 -04:00