diff options
author | Quentin Casasnovas <[email protected]> | 2015-02-03 13:00:22 +0100 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2015-02-19 12:41:37 +0100 |
commit | f84598bd7c851f8b0bf8cd0d7c3be0d73c432ff4 (patch) | |
tree | 0f2d2a121be88ce30a4c7926ee1a016139ec8b69 /scripts/basic/bin2c.c | |
parent | e36f014edff70fc02b3d3d79cead1d58f289332e (diff) |
x86/microcode/intel: Guard against stack overflow in the loader
mc_saved_tmp is a static array allocated on the stack, we need to make
sure mc_saved_count stays within its bounds, otherwise we're overflowing
the stack in _save_mc(). A specially crafted microcode header could lead
to a kernel crash or potentially kernel execution.
Signed-off-by: Quentin Casasnovas <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Fenghua Yu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Borislav Petkov <[email protected]>
Diffstat (limited to 'scripts/basic/bin2c.c')
0 files changed, 0 insertions, 0 deletions