mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 02:06:15 +01:00
When verify_sha256_digest() fails, __apply_microcode_amd() should propagate
the failure by returning false (and not -1 which is promoted to true).
Fixes:
|
||
|---|---|---|
| .. | ||
| amd.c | ||
| amd_shas.c | ||
| core.c | ||
| intel.c | ||
| internal.h | ||
| Makefile | ||