[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #12971 [Tor]: Invalid SOCKS5 response to UDP associate request
#12971: Invalid SOCKS5 response to UDP associate request
-----------------------------+--------------------------
Reporter: yurivict271 | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Tor: 0.2.???
Component: Tor | Version:
Resolution: | Keywords: tor-client
Actual Points: | Parent ID:
Points: |
-----------------------------+--------------------------
Comment (by yawning):
FWIW we do not support UDP ASSOCIATE at all, though this is still a bug.
The relevant location to change would be in
connection_edge.c:connection_mark_unattached_ap_() I believe.
Per RFC 1928: X'07' Command not supported
The right thing to do here would be to send back:
{{{
05 07 00 01 00 00 00 00 00 00
}}}
Our socks code in general is a huge mess, so maybe this should be done as
part of #11138.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12971#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs