Module Name: src Committed By: christos Date: Thu May 13 18:19:18 UTC 2010
Modified Files: src/usr.sbin/traceroute6: traceroute6.c Log Message: PR/19069: SUENAGA Hiroki: Original fix was defective because on big endian the expression is not truncated to 16 bits, thus sending to port 65536 makes the == 0 test fail and the packet ends up being sent. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/traceroute6/traceroute6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.