mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 21:29:50 +02:00
FpDebug: detect invalid vex opcodes. Issue #41442 Patch by Red_prig (Pavel)
(cherry picked from commit d46cd42c0b
)
This commit is contained in:
parent
ce831b303f
commit
cb412dc2d4
@ -4040,6 +4040,9 @@ begin
|
||||
else
|
||||
SetOpcode(OPX_InvalidVex);
|
||||
end;
|
||||
|
||||
if not HasOpcode
|
||||
then SetOpcode(OPX_InvalidVex);
|
||||
end;
|
||||
|
||||
procedure TX86Disassembler.DoDisassemble;
|
||||
|
Loading…
Reference in New Issue
Block a user