From: Johannes Berg Date: Fri, 25 Oct 2013 09:16:58 +0000 (+0200) Subject: nl80211: check nla_nest_start() return value X-Git-Tag: v3.13-rc4~3^2~64^2^2~7^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa322c878d70e38675f50e17acdce7fa3f5ac8c;p=pandora-kernel.git nl80211: check nla_nest_start() return value Coverity pointed out that we might dereference NULL later if nla_nest_start() returns a failure. This isn't really true since we'd bomb out before, but we should check the return value directly, so do that. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed