Skip to content
Snippets Groups Projects
Commit 06669e68 authored by Dan Carpenter's avatar Dan Carpenter Committed by Jakub Kicinski
Browse files

vrf: fix NULL dereference in vrf_finish_output()


The "skb" pointer is NULL on this error path so we can't dereference it.
Use "dev" instead.

Fixes: 14ee70ca ("vrf: use skb_expand_head in vrf_finish_output")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20210806150435.GB15586@kili


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 8fbebef8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment