]> 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)
commitb7683ddf98a465edf59e0613328ade3a3d3545e9
tree33a8689abb5acfa61c18957457bda8b7df212bdf
parent30306786d9a4138aa8737559c2da4dbf882ac340
parentd394359e99c30d355a40669389b8f8358e6b2159
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