Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2009 10:40:03 GMT
From:      LiangZhenyu <liangzy@arraynetworks.com.cn>
To:        freebsd-net@FreeBSD.org
Subject:   Re: kern/133235: [netinet] [patch] Process SIOCDLIFADDR command incorrectly in in_control()
Message-ID:  <200903311040.n2VAe314002561@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/133235; it has been noted by GNATS.

From: LiangZhenyu <liangzy@arraynetworks.com.cn>
To: bug-followup@FreeBSD.org, soflare@gmail.com
Cc:  
Subject: Re: kern/133235: [netinet] [patch] Process SIOCDLIFADDR command incorrectly
 in in_control()
Date: Tue, 31 Mar 2009 18:02:50 +0800

 The long expression:
 
 candidate.s_addr = ((struct sockaddr_in *)&ifa->ifa_addr)->sin_addr.s_addr;
 
 will cause a compilation problem in my machine. The target can be generated but was wrong.
 So I split it to 2 short expressions.
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903311040.n2VAe314002561>