Initialize some locals in socks5 parsing code.
commitdddecee291cadf391d93b569023f1f1e008880e8
authorNick Mathewson <nickm@torproject.org>
Tue, 18 Sep 2018 19:13:10 +0000 (18 15:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 14 Oct 2018 19:25:16 +0000 (14 15:25 -0400)
treef74fbd03bd47533cbfcd5197fc1c402388f7e390
parent370d9922a4e3cb24a5ff093cadc3098771cab957
Initialize some locals in socks5 parsing code.

These confused GCC LTO, which thought they might be used
uninitialized.  I'm pretty sure that as long as 'res' indicates
success, they will always be set to something, but let's unconfuse
the compiler in any case.
src/core/proto/proto_socks.c