mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 11:50:02 +00:00
Remove random change of buffer len that results in index out of bounds in subsequent code (#11198)
This commit is contained in:
parent
d2a6415556
commit
49b9ffcf9d
@ -4620,7 +4620,7 @@ toro:
|
||||
ds_print_esil_anal_init (ds);
|
||||
inc = 0;
|
||||
if (!ds->l) {
|
||||
len = ds->l = core->blocksize;
|
||||
ds->l = core->blocksize;
|
||||
}
|
||||
|
||||
r_cons_break_push (NULL, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user