mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
cpucontrol: fix extended signature matching code to avoid fallthough
PR: 256502
(cherry picked from commit 87799c5f85)
This commit is contained in:
parent
765c6eb395
commit
659f777660
1 changed files with 2 additions and 2 deletions
|
|
@ -242,8 +242,8 @@ no_table:
|
|||
(flags & ext_table[i].cpu_flags) != 0)
|
||||
goto matched;
|
||||
}
|
||||
} else
|
||||
goto fail;
|
||||
}
|
||||
goto fail;
|
||||
|
||||
matched:
|
||||
if (revision >= fw_header->revision) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue