tor/src/core/proto
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
..
proto_cell.c Fix every include path changed in the previous commit (automated) 2018-07-05 17:15:50 -04:00
proto_cell.h Move literally everything out of src/or 2018-07-05 17:15:50 -04:00
proto_control0.c Fix every include path changed in the previous commit (automated) 2018-07-05 17:15:50 -04:00
proto_control0.h Move literally everything out of src/or 2018-07-05 17:15:50 -04:00
proto_ext_or.c Fix every include path changed in the previous commit (automated) 2018-07-05 17:15:50 -04:00
proto_ext_or.h Remove a redundant typedef in proto_ext_or.h 2018-07-12 11:02:22 -04:00
proto_http.c Fix every include path changed in the previous commit (automated) 2018-07-05 17:15:50 -04:00
proto_http.h Move literally everything out of src/or 2018-07-05 17:15:50 -04:00
proto_socks.c Avoid a use-after-null-check in proto_socks.c 2018-07-16 07:51:11 -04:00
proto_socks.h Move literally everything out of src/or 2018-07-05 17:15:50 -04:00
protover_rust.c Whoops. Protover.[ch] belong in src/core/or 2018-07-05 17:15:50 -04:00