]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] Potential DOS in load_elf_library
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 26 Mar 2005 01:50:52 +0000 (17:50 -0800)
committerGreg KH <gregkh@suse.de>
Thu, 12 May 2005 17:00:17 +0000 (10:00 -0700)
commite1c94ff4369c75db32b257433dae33e9ee94a526
tree23decd2546f9498c44b719dfd58516679917ec52
parent719f9e713a2de9c90a79a90900f3b297da409f67
[PATCH] Potential DOS in load_elf_library

Yichen Xie <yxie@cs.stanford.edu> points out that load_elf_library can
modify `elf_phdata' before freeing it.

CAN-2005-0749 is assigned to this issue.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Chris Wright <chrisw@osdl.org>
fs/binfmt_elf.c