-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ChakraCore servicing update for August, 2019 #6243
Merged
chakrabot
merged 8 commits into
chakra-core:release/1.11
from
wyrichte:gh_servicing_1908
Aug 13, 2019
Merged
ChakraCore servicing update for August, 2019 #6243
chakrabot
merged 8 commits into
chakra-core:release/1.11
from
wyrichte:gh_servicing_1908
Aug 13, 2019
Commits on Aug 12, 2019
-
[CVE-2019-1141] Chakra JIT Type Confusion
During the loop prepass the index variable is not fully constructed, so we can't rely it being negative So we need to kiil the object type.
Configuration menu - View commit details
-
Copy full SHA for 329d9d2 - Browse repository at this point
Copy the full SHA 329d9d2View commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bf52b6c - Browse repository at this point
Copy the full SHA bf52b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 242c59e - Browse repository at this point
Copy the full SHA 242c59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dce7443 - Browse repository at this point
Copy the full SHA dce7443View commit details -
[CVE-2019-1139] Chakra JIT Type Confusion
array.slice converts the native array to var array which was not captured during the optimization. Due to that the native array type is forced to var array which leads to the type confusion. Fixed this by killing the object type for the slice (as well as concat)
Configuration menu - View commit details
-
Copy full SHA for ae8a8d9 - Browse repository at this point
Copy the full SHA ae8a8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c70af48 - Browse repository at this point
Copy the full SHA c70af48View commit details -
Handling exception while GetJSONObject in script debugger.
During GetChildren phase when we try to build JSON object we might throw exception. That skipped calling .Detach on the AutoPtr - which leads to release the debugger property again. Fixed that by catching and discarding the exception.
Configuration menu - View commit details
-
Copy full SHA for 797ddb0 - Browse repository at this point
Copy the full SHA 797ddb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 450a349 - Browse repository at this point
Copy the full SHA 450a349View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.