GNOME Bugzilla – Bug 699493
SOCKS5 proxy code crashes if it cannot authenticate
Last modified: 2013-05-09 18:13:45 UTC
Created attachment 243073 [details] [review] GSocks5Proxy: don't crash if parsing negotiation reply fails The GError should be initialized to NULL, otherwise we'll "pile up" errors, then try to free an uninitialized pointer.
Comment on attachment 243073 [details] [review] GSocks5Proxy: don't crash if parsing negotiation reply fails yup. I have a half-written GSocket-based SOCKS proxy in a local branch so we can actually test this code in "make check" some day...
Comment on attachment 243073 [details] [review] GSocks5Proxy: don't crash if parsing negotiation reply fails Fixed in git for 2.36.2 and 2.37.1, thanks.