mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 02:41:08 +00:00
Fix stack overflow in a race condition inside V@
This commit is contained in:
parent
66628139d1
commit
6111637a66
@ -52,7 +52,8 @@ static int visual_repeat_thread(RThread *th) {
|
||||
r_sys_sleep (1);
|
||||
}
|
||||
r_cons_break_pop ();
|
||||
r_th_kill (th, 1);
|
||||
core->cons->breaked = true;
|
||||
r_th_wait (th);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user