-
-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Includes additional fixes from main repo's unmerged PRs: - quickjs#132: Fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui - quickjs#171: Fix locale-aware representation of hours in Date class - quickjs#182: Fix stack overflow in CVE-2023-31922
- Loading branch information
Showing
12 changed files
with
2,328 additions
and
2,180 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 |
---|---|---|
@@ -1,7 +1,16 @@ | ||
Source: | ||
- https://bellard.org/quickjs/quickjs-2021-03-27.tar.xz | ||
LOCAL CHANGES | ||
|
||
Local Changes: | ||
- Replace snprintf with xasprintf in find_unique_cname | ||
- Squash uninitialized read of harnessbuf in run-test262.c | ||
- Change run-test262.c to not rebase configured paths | ||
- Replace snprintf with xasprintf in find_unique_cname | ||
- Squash uninitialized read of harnessbuf in run-test262.c | ||
- Change run-test262.c to not rebase configured paths | ||
- https://github.com/bellard/quickjs/pull/132 | ||
- https://github.com/bellard/quickjs/pull/171 | ||
- https://github.com/bellard/quickjs/pull/182 | ||
|
||
SYNCHRONIZATION POINT (`--date=format:"%a %b %d %H:%M:%S %Y %z"`) | ||
|
||
commit 2788d71e823b522b178db3b3660ce93689534e6d | ||
Author: bellard <[email protected]> | ||
Date: Sun Mar 06 19:00:24 2022 +0100 | ||
|
||
updated to Unicode 14.0.0 |
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
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.