[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51790920.1030401@asianux.com>
Date: Thu, 25 Apr 2013 18:44:48 +0800
From: Chen Gang <gang.chen@...anux.com>
To: Daniel Borkmann <dborkman@...hat.com>
CC: David Miller <davem@...emloft.net>,
Christophe Aeschlimann <c.aeschlimann@...-group.ch>,
sergei.shtylyov@...entembedded.com,
alex.bluesman.smirnov@...il.com, dbaryshkov@...il.com,
linux-zigbee-devel@...ts.sourceforge.net, netdev@...r.kernel.org
Subject: Re: [PATCH v4] net: mac802154: comparision issue of type cast, finding
by EXTRA_CFLAGS=-W
On 2013年04月25日 17:59, Daniel Borkmann wrote:
> Change MAC802154_CHAN_NONE from ~(u8)0 to 0xff, otherwise the comparison
> in mac802154_wpan_xmit() for ``chan == MAC802154_CHAN_NONE'' will not
> succeed.
> This bug can be boiled down to ``u8 foo = 0xff; if (foo == ~(u8)0) [...]
> else [...]'' where the condition will always take the else branch.
>
> ... something like that maybe?
That sounds good !!
I prefer to send patch v5 for that.
:-)
--
Chen Gang
Asianux Corporation
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists