Crash after renaming local var
patois opened this issue · 2 comments
patois commented
Hi,
I haven't had the chance to debug this issue yet but I found it to be reproducible:
- Decompile a function that references/calls another function
- Rename one of its local variables so that it contains an underscore character ("test_123")
- Double click the symbol/name of a function that is the called by the decompiled function
-> Crash
cseagle commented
Thanks. I could reproduce. Source fix is in git. Will push new binaries when they finish building. Please comment if still broken or close if it works for you.
patois commented
Excellent! That fixes it, thank you very much!