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

Isolate::execute_mod wrap filename in CString #1479

Merged
merged 1 commit into from
Jan 8, 2019

Conversation

ry
Copy link
Member

@ry ry commented Jan 8, 2019

When we called js_filename.as_ptr() without using CString it wasn't
necessarally null terminated, which was creating spurious failures.

When we called js_filename.as_ptr() without using CString it wasn't
necessarally null terminated, which was creating spurious failures.
@ry
Copy link
Member Author

ry commented Jan 8, 2019

we really need to get ASAN working on the deno build in order to prevent mistakes like this.

@ry ry merged commit 9ff6bca into denoland:master Jan 8, 2019
@ry ry deleted the execute_mod_ptr branch January 8, 2019 19:42
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

Successfully merging this pull request may close these issues.

None yet

2 participants