mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
The symbol and strings section validation currently happen in setup_load_info() but since they are also doing validity checks move this to elf_validity_check(). Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>