Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'selinux-pr-20211228' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux

Pull selinux fix from Paul Moore:
"One more small SELinux patch to address an uninitialized stack
variable"

* tag 'selinux-pr-20211228' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
selinux: initialize proto variable in selinux_ip_postroute_compat()

+1 -1
+1 -1
security/selinux/hooks.c
··· 5785 5785 struct sk_security_struct *sksec; 5786 5786 struct common_audit_data ad; 5787 5787 struct lsm_network_audit net = {0,}; 5788 - u8 proto; 5788 + u8 proto = 0; 5789 5789 5790 5790 sk = skb_to_full_sk(skb); 5791 5791 if (sk == NULL)