From: Jesper Juhl Date: Thu, 10 Feb 2011 11:57:16 +0000 (+0000) Subject: Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp() X-Git-Tag: v2.6.38-rc6~20^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3337de52af7fb0ebe605b02b740be4ee7dee9eb;p=pandora-kernel.git Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp() nla_nest_start() may return NULL. If it does then we'll blow up in nla_nest_end() when we dereference the pointer. Signed-off-by: Jesper Juhl Signed-off-by: David S. Miller --- Reading git-diff-tree failed