]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Jun 2020 22:41:24 +0000 (15:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Jun 2020 22:41:24 +0000 (15:41 -0700)
commite11b0646affc662b55cd20d581f2e25a01db0aec
tree8916eba51e95090dec075f4af2e161f399734950
parent78418556366718fd27416cf85c10d63753aa79f4
parent117bcbe969d62bf7a87f7f88464bc3d625a4bc38
Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux

Pull SELinux fixes from Paul Moore:
 "Three small patches to fix problems in the SELinux code, all found via
  clang.

  Two patches fix potential double-free conditions and one fixes an
  undefined return value"

* tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
  selinux: fix undefined return of cond_evaluate_expr
  selinux: fix a double free in cond_read_node()/cond_read_list()
  selinux: fix double free
security/selinux/ss/conditional.c