NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/19069 CVS commit: src/usr.sbin/traceroute6



The following reply was made to PR bin/19069; it has been noted by GNATS.

From: Christos Zoulas <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/19069 CVS commit: src/usr.sbin/traceroute6
Date: Thu, 13 May 2010 14:19:18 -0400

 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.
 


Home | Main Index | Thread Index | Old Index