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

clang may insert calls to memcpy #7

Open
vbar opened this issue Apr 1, 2022 · 0 comments
Open

clang may insert calls to memcpy #7

vbar opened this issue Apr 1, 2022 · 0 comments

Comments

@vbar
Copy link
Collaborator

vbar commented Apr 1, 2022

See e.g. the attached test of foreign_state v2 hook API:
memory.zip

In this case the problem can be suppressed by making the search_space data (which the hook doesn't modify - not clear why they have to be copied) global, but it would be nice to understand the problem better & have more general solutions, e.g. WebAssembly bulk memory support.

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