mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 19:59:09 +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);
|
ds_print_esil_anal_init (ds);
|
||||||
inc = 0;
|
inc = 0;
|
||||||
if (!ds->l) {
|
if (!ds->l) {
|
||||||
len = ds->l = core->blocksize;
|
ds->l = core->blocksize;
|
||||||
}
|
}
|
||||||
|
|
||||||
r_cons_break_push (NULL, NULL);
|
r_cons_break_push (NULL, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user