-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update quickjs to fix CVE-2023-31922 (#125)
* Squashed 'quickjs/' changes from b5e6289..f87cab0 f87cab0 added String.prototype.at, Array.prototype.at and TypedArray.prototype.at 3106401 keep LTO cdeca4d updated to unicode 15.0.0 94010ed the BigInt support is now always included 03cc5ec fixed js_proxy_isArray stack overflow (github issue #178) 6de52d8 bf_set_ui() fix (github issue #133) 2788d71 updated to Unicode 14.0.0 8516959 updated test262.conf 446099a added Object.hasOwn() b9f5880 fixed invalid Array.prototype.push/unshift optimization git-subtree-dir: quickjs git-subtree-split: f87cab0fc62866f4d4dfff0526adebe4fda364e2 * Ignore emsdk-cache in prettier (caused CI failure in my own repo: https://github.com/tbrockman/quickjs-emscripten/actions/runs/7103978144/job/19337912692).
- Loading branch information
Showing
12 changed files
with
3,005 additions
and
3,040 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ dist | |
examples/imports | ||
examples/typescript-smoketest/*.js | ||
build | ||
emsdk-cache |
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
Oops, something went wrong.