]> 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)
commitd7a21d4d8881b6722217b019608c00dc59588b62
tree5c336215e9356d856d3adf130bdb3078028a485c
parentcddb02db79a303b7defda9c2689079f1e47c1aa8
parent4fb58b523795f56eb71f37fd21c1b6fdb7fb2e61
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