Files
tor/src
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
..
2018-07-12 14:32:16 -04:00
2018-07-10 20:18:28 -04:00
2018-07-10 15:20:30 -04:00
2018-07-09 15:17:38 -04:00
2018-07-05 17:15:50 -04:00