From: Linus Lüssing Date: Wed, 11 Jun 2014 23:41:23 +0000 (+0200) Subject: bridge: fix smatch warning / potential null pointer dereference X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c03ee8bdaa10401f60dee25a719753d2fbbcc36;p=pandora-kernel.git bridge: fix smatch warning / potential null pointer dereference "New smatch warnings: net/bridge/br_multicast.c:1368 br_ip6_multicast_query() error: we previously assumed 'group' could be null (see line 1349)" In the rare (sort of broken) case of a query having a Maximum Response Delay of zero, we could create a potential null pointer dereference. Fixing this by skipping the multicast specific MLD Query parsing again if no multicast group address is available. Introduced by dc4eb53a996a78bfb8ea07b47423ff5a3aadc362 ("bridge: adhere to querier election mechanism specified by RFCs") Reported-by: Dan Carpenter Signed-off-by: Linus Lüssing Signed-off-by: David S. Miller --- Reading git-diff-tree failed