diff options
| author | Jeferson Oliveira <jroliveira.oliveira301@gmail.com> | 2022-02-21 13:08:24 +0100 |
|---|---|---|
| committer | Jeferson Oliveira <jroliveira.oliveira301@gmail.com> | 2022-02-21 13:08:36 +0100 |
| commit | 9b192fc7d0d03c5485644ed0311d5037fee0fa15 (patch) | |
| tree | d1651900969ca7b9787b7f5434f248df1c29fbd4 /security/selinux/hooks.c | |
| parent | 1904adc0bb37e30c472eccb7bbe5e724d7cc2595 (diff) | |
| parent | a09b2d8f61ea0e9ae735c400399b97966a9418d6 (diff) | |
Merge tag 'v4.4.302' of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux into r11.1r11.1
This is the 4.4.302 stable release
Change-Id: Ic0294f56b50ff2e461e0bee426dd28c25f1e741e
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; |
