radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
1.02k stars 86 forks source link

Endless loop in IaitoCore::getBreakpoints #76

Closed VolkerSchlegel closed 2 years ago

VolkerSchlegel commented 2 years ago

Description

The for loop never returns and there is no break that would jump out of the loop.

trufae commented 2 years ago

Fixed