Bugzilla – Bug 6121
C Packets mangling ipv6 addresses
Last modified: 2009-05-18 08:38:56
You need to log in before you can comment on or make changes to this bug.
It looks like the ipv6 address sending code for the c packets is broken. It sends the first 16 *bytes* of an array of 16 *integers* as the address.
In retrospect it appears that ipv4 address are also subject to this mistake. Looks like the ftp handler ignores the ip_address value that is sent, using the HOSTNAME text parameter instead. The c ws core handler uses the incorrect values sent by the clients.
Fix committed 2009-03-11