Skip to content

Commit

Permalink
chrome sandbox fail :(
Browse files Browse the repository at this point in the history
  • Loading branch information
timwr committed Jan 21, 2022
1 parent 3e6f3a1 commit e75cb41
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,10 @@ int HeapSpray()

if (state != 0)
{
if (state == STATUS_ACCESS_DENIED) {
// within Chrome sandbox?
}

return -1;
}
}
Expand Down

0 comments on commit e75cb41

Please sign in to comment.