kern/133235: [netinet] [patch] Process SIOCDLIFADDR command
incorrectly in in_control()
LiangZhenyu
liangzy at arraynetworks.com.cn
Tue Mar 31 03:40:03 PDT 2009
The following reply was made to PR kern/133235; it has been noted by GNATS.
From: LiangZhenyu <liangzy at arraynetworks.com.cn>
To: bug-followup at FreeBSD.org, soflare at 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.
More information about the freebsd-net
mailing list