Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line 115 of src/main/java/ghidra/pal/cfg/PcodeOpProvider.java bug #4

Open
cwright7101 opened this issue Jan 21, 2020 · 0 comments
Open

Comments

@cwright7101
Copy link

Was using the cfg part and had a crash. I was just printing the cfg for each function in a binary and it worked on some functions but on a couple it would crash. Traced it to Line 115 of src/main/java/ghidra/pal/cfg/PcodeOpProvider.java. I believe it should be >= instead of >, as if addr.y is 0 and length is 0 there will be a crash on line 119 of the same file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant