]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorr...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Oct 2017 16:21:58 +0000 (09:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Oct 2017 16:21:58 +0000 (09:21 -0700)
commit74e591572a84b60fe9e2653aca8d513d6e138c04
tree5c336215e9356d856d3adf130bdb3078028a485c
parent5d7fb2364351b1a3103c9d4bb8ffd5adb52704fa
parent0bb74d793e5a002de099c8e30759c905aa1fe1ee
Merge branch 'fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security

Pull smack fix from James Morris:
 "It fixes a bug in xattr_getsecurity() where security_release_secctx()
  was being called instead of kfree(), which leads to a memory leak in
  the capabilities code. smack_inode_getsecurity is also fixed to behave
  correctly when called from there"

* 'fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  lsm: fix smack_inode_removexattr and xattr_getsecurity memleak