fix oss-fuzz issue 10334. (#1149)
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
79d89e5d3b
commit
c03f929c75
@ -35,6 +35,8 @@ void x86_release(void *ctx)
|
|||||||
int i;
|
int i;
|
||||||
TCGContext *s = (TCGContext *) ctx;
|
TCGContext *s = (TCGContext *) ctx;
|
||||||
|
|
||||||
|
cpu_breakpoint_remove_all(s->uc->cpu, BP_CPU);
|
||||||
|
|
||||||
release_common(ctx);
|
release_common(ctx);
|
||||||
|
|
||||||
// arch specific
|
// arch specific
|
||||||
|
Reference in New Issue
Block a user