]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jan 2018 01:55:42 +0000 (17:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jan 2018 01:55:42 +0000 (17:55 -0800)
commitc28d5ede4122f8d2f96d19e96b0fcf352f688376
treefd31d524726517b0f3f1a012bff2c4a62dd8e5a9
parent69a9eaafaff343359ef37f2c5bc955dd7c2fd341
parenteef3cc6df148708c52879fdd0baec556f0331c36
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs regression fix from Al Viro/

Fix a leak in socket() introduced by commit 96e8323684f5 ("make
sock_alloc_file() do sock_release() on failures").

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  Fix a leak in socket(2) when we fail to allocate a file descriptor.
net/socket.c