Message ID | 20220103142050.891234312@linuxfoundation.org |
---|---|
State | New |
Headers | show |
Series | None | expand |
--- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -4974,7 +4974,7 @@ static unsigned int selinux_ip_postroute struct common_audit_data ad; struct lsm_network_audit net = {0,}; char *addrp; - u8 proto; + u8 proto = 0; if (sk == NULL) return NF_ACCEPT;