Skip to content
Commit d3337de5 authored by Jesper Juhl's avatar Jesper Juhl Committed by David S. Miller
Browse files

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7ec79270
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment