You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So apologies in advance, this involves multiple bits of broken python, but I promise I hit this through general use then minimized. Im not just going around putting broken code in things to create bug reports :\
Repro:
Open a binaryview, open the snippet editor
Create a snippet with a syntax error
Run it from the snippet editor itself:
Close the snippet editor and go to the python console
Enter any python code that will error, I used for _ in xxx again
Binja should immediately crash with a memory safety issue. It's usually a fast fail, but I've also seen a read access violation. It's always worked in one shot.
2144-dev Personal, Windows 10 python 3.8
So apologies in advance, this involves multiple bits of broken python, but I promise I hit this through general use then minimized. Im not just going around putting broken code in things to create bug reports :\
Repro:
for _ in xxx
againThe text was updated successfully, but these errors were encountered: