]> 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)
commitd1af78408068b553cf4b702cbc51920967bd3dd2
treefd31d524726517b0f3f1a012bff2c4a62dd8e5a9
parenta0eabbc1074f9d63972d88dd49491330d4ababca
parent2178d77deb6b10f7f47cc914b3451bb00dcbd2ad
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 5a536ec0d999 ("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