]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Oct 2022 20:16:36 +0000 (13:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Oct 2022 20:16:36 +0000 (13:16 -0700)
commitc933cf380f50050d0aa28b3d03fa8909a4f74dd8
tree33a8689abb5acfa61c18957457bda8b7df212bdf
parent364923b72e740912e9fcc4fb9634b10aa850b5f6
parent733c354a3df9c8e084f25b73c6241f68962db268
Merge tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull execve fixes from Kees Cook:

 - Fix an ancient signal action copy race (Bernd Edlinger)

 - Fix a memory leak in ELF loader, when under memory pressure (Li
   Zetao)

* tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  fs/binfmt_elf: Fix memory leak in load_elf_binary()
  exec: Copy oldsighand->action under spin-lock