]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/blk-map.c
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)
commitcbd0a6a2cc4327681edc61f6f47f47e276ea81d6
treefd31d524726517b0f3f1a012bff2c4a62dd8e5a9
parent64fce444f126b9d26574221330d9599fe998944e
parentce4bb04cae8924792ed92f4af2793b77fc986f0e
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 8e1611e23579 ("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