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

Update patch for v8 #64

Merged
merged 2 commits into from Apr 24, 2020
Merged

Update patch for v8 #64

merged 2 commits into from Apr 24, 2020

Conversation

n30m1nd
Copy link
Contributor

@n30m1nd n30m1nd commented Apr 22, 2020

Update the patch so that it works with the latest version of v8.

is_heap_oom ? "javascript" : "process", location);
- base::OS::Abort();
+ exit(0);
+// base::OS::Abort();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah, that's a good idea!

@saelo
Copy link
Collaborator

saelo commented Apr 23, 2020

Thanks! Could you also update this file: https://github.com/googleprojectzero/fuzzilli/blob/master/Targets/V8/README.md to include the commit hash please?

@n30m1nd
Copy link
Contributor Author

n30m1nd commented Apr 23, 2020

Done - it applies to the latest build according to git apply --stat so it should be good to go.

@saelo saelo merged commit 668b6e2 into googleprojectzero:master Apr 24, 2020
@saelo
Copy link
Collaborator

saelo commented Apr 24, 2020

Thanks!

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