-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v8: fix template literal NULL pointer deref
Fixes a NULL pointer dereference with unterminated template literals. This is a back-port of commit v8/v8@02218ad from the V8 master branch, see https://code.google.com/p/v8/issues/detail?id=3820. PR-URL: #534 Reviewed-By: Caitlin Potter <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
- Loading branch information
1 parent
5435cf2
commit 803883b
Showing
2 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters