aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/base.c
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2012-05-22 15:56:13 +0100
committerRusty Russell <[email protected]>2012-05-23 22:28:53 +0930
commitef26a5a6eadb7cd0637e1e9e246cd42505b8ec8c (patch)
tree94f8b1998d94080a842f94529f0d95cfe1bcc53a /fs/proc/base.c
parent3c7ec94d2c4a67d9663a080aa5080134308261c4 (diff)
Guard check in module loader against integer overflow
The check: if (len < hdr->e_shoff + hdr->e_shnum * sizeof(Elf_Shdr)) may not work if there's an overflow in the right-hand side of the condition. Signed-off-by: David Howells <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
Diffstat (limited to 'fs/proc/base.c')
0 files changed, 0 insertions, 0 deletions