diff options
| author | Jeferson <jroliveira.oliveira301@gmail.com> | 2022-01-17 20:41:28 +0100 |
|---|---|---|
| committer | Jeferson <jroliveira.oliveira301@gmail.com> | 2022-01-17 20:41:28 +0100 |
| commit | 4500a44912050294ffa168cea9707ebe4c7e466f (patch) | |
| tree | 29cec3bd89ed0702e0f84cb0f1a996a01605e937 /security/selinux/hooks.c | |
| parent | 1904adc0bb37e30c472eccb7bbe5e724d7cc2595 (diff) | |
| parent | b0ee52316847cf279a1028334117985a5d633c0c (diff) | |
Merge tag 'v4.4.299' of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux into s12.0s12.0
This is the 4.4.299 stable release
Change-Id: I331944da7c34652c67c588856c491a5edcf37adf
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 44f841379786..65adfa63f118 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -5026,7 +5026,7 @@ static unsigned int selinux_ip_postroute_compat(struct sk_buff *skb, struct common_audit_data ad; struct lsm_network_audit net = {0,}; char *addrp; - u8 proto; + u8 proto = 0; if (sk == NULL) return NF_ACCEPT; |
