diff options
author | Colin Ian King <[email protected]> | 2016-02-26 18:55:31 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-02-26 22:12:47 +0100 |
commit | 9bf148cb0812595bfdf5100bd2c07e9bec9c6ef5 (patch) | |
tree | 0b72c9925b88bbee706a67b9e8506f4f1219e1a8 /arch/um/kernel/process.c | |
parent | bf70e5513dfea29c3682e7eb3dbb45f0723bac09 (diff) |
x86/mpx: Fix off-by-one comparison with nr_registers
In the unlikely event that regno == nr_registers then we get an array
overrun on regoff because the invalid register check is currently
off-by-one. Fix this with a check that regno is >= nr_registers instead.
Detected with static analysis using CoverityScan.
Fixes: fcc7ffd67991 "x86, mpx: Decode MPX instruction to get bound violation information"
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Dave Hansen <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: "Kirill A . Shutemov" <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'arch/um/kernel/process.c')
0 files changed, 0 insertions, 0 deletions