-
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
17-07 ChakraCore servicing release #3341
Conversation
…aces in the array APIs
… invalid index Pre-reserve potentially needed slots upfront.
…re conversion of the source value can cause implicit calls. For BailOutOnImplicitCalls, check implicit call bit on return from the conversion helper. For BailOutOnArrayAccessHelperCall, bail out instead of calling the conversion helper.
…en new pointer symbol and existing object type spec info. If there is a mismatch, then stale ObjTypeSpecFldInfo may lead to jitted code that accesses a bad address, so disable optimization of this load/store.
…erpreter Prevents having to use the interpreterStackFrame outside of InterpreterHelper
@Penguinwizzard @kfarnung FYI... |
LGTM. [CVE-2017-8598] |
LGTM (8606, 8607, 8608) |
LGTM [CVE-2017-8603] [CVE-2017-8604] |
LGTM wrt CVE-2017-8610 |
fix some line endings
Looks like there's an asmjs test failure on osx, and some prefast warnings on windows, in addition to copyright/line ending complaints. |
@MSLaguana yes working on it. |
@pleath yes. |
For asmJs @Cellule can you take a look? |
We should add |
Merge pull request #3341 from pr/akroshg/1707 Fixes the following CVEs impacting ChakraCore CVE-2017-8598 CVE-2017-8601 CVE-2017-8603 CVE-2017-8604 CVE-2017-8606 CVE-2017-8607 CVE-2017-8608 CVE-2017-8609 CVE-2017-8610 CVE-2017-8619
Thanks guys! |
Merge pull request #3341 from pr/akroshg/1707 Fixes the following CVEs impacting ChakraCore CVE-2017-8598 CVE-2017-8601 CVE-2017-8603 CVE-2017-8604 CVE-2017-8606 CVE-2017-8607 CVE-2017-8608 CVE-2017-8609 CVE-2017-8610 CVE-2017-8619
… release Merge pull request #3341 from pr/akroshg/1707 Fixes the following CVEs impacting ChakraCore CVE-2017-8598 CVE-2017-8601 CVE-2017-8603 CVE-2017-8604 CVE-2017-8606 CVE-2017-8607 CVE-2017-8608 CVE-2017-8609 CVE-2017-8610 CVE-2017-8619
…ore servicing release Merge pull request #3341 from pr/akroshg/1707 Fixes the following CVEs impacting ChakraCore CVE-2017-8598 CVE-2017-8601 CVE-2017-8603 CVE-2017-8604 CVE-2017-8606 CVE-2017-8607 CVE-2017-8608 CVE-2017-8609 CVE-2017-8610 CVE-2017-8619
Fixes the following CVEs impacting ChakraCore
CVE-2017-8598
CVE-2017-8601
CVE-2017-8603
CVE-2017-8604
CVE-2017-8606
CVE-2017-8607
CVE-2017-8608
CVE-2017-8609
CVE-2017-8610
CVE-2017-8619