commit | 225a3f53e7fc7ae9e57d336d712cadae62c39516 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Thu Jan 30 22:17:04 2020 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jan 31 10:30:41 2020 -0800 |
tree | 41c871ca58564bb291040bad02b4e4d08ce38039 | |
parent | 18676ffcee596079037b1767e4efe38b06f05eb8 [diff] |
fs/binfmt_elf.c: coredump: allocate core ELF header on stack Comment says ELF header is "too large to be on stack". 64 bytes on 64-bit is not large by any means. Link: http://lkml.kernel.org/r/20191222143850.GA24341@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>