Commit 778b09d9 authored by Chenyuan Yang's avatar Chenyuan Yang Committed by Pablo Neira Ayuso
Browse files

netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error



It is possible that ctx in nfqnl_build_packet_message() could be used
before it is properly initialize, which is only initialized
by nfqnl_get_sk_secctx().

This patch corrects this problem by initializing the lsmctx to a safe
value when it is declared.

This is similar to the commit 35fcac7a
("audit: Initialize lsmctx to avoid memory allocation error").

Fixes: 2d470c77 ("lsm: replace context+len with lsm_context")
Signed-off-by: default avatarChenyuan Yang <chenyuan0y@gmail.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent eaaff9b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment