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

Concolic Fuzzer -- possible bug in the Zint wrapper #149

Open
vrthra opened this issue Dec 21, 2022 · 0 comments
Open

Concolic Fuzzer -- possible bug in the Zint wrapper #149

vrthra opened this issue Dec 21, 2022 · 0 comments

Comments

@vrthra
Copy link
Member

vrthra commented Dec 21, 2022

Reported by Hila Peleg:

I'm going through the concolic testing tutorial in the debugging book and running it on some examples, and I've come across a possible bug in the zint wrapper:

Line 1527 in ConcolicFuzzer.py is

cz = z3.SubString(self.z, last_idx.z, 1)

but I keep stumbling on scenarios where the computation of last_idx in the line above returns a concrete int rather than a zint, and so last_idx.z crashes.

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