Rajesh 7af2bf217b Updated version to 1.11.19 il y a 5 ans
..
Backend 73ced029e6 [CVE-2020-1037] Ensure JIT bails out when there is an object marked as temporary during an implicit call, to prevent objects stored on the stack to be used outside of the function. This is done by preventing removal of the Bailout instruction for that case during the DeadStore pass of GlobOpt. il y a 5 ans
Common 7af2bf217b Updated version to 1.11.19 il y a 5 ans
JITClient cf71a962c1 Merge 1809 October Update changes il y a 7 ans
JITIDL 362e96537a [CVE-2019-1106] Chakra JIT Overflow il y a 6 ans
JITServer 34fa59754a CVE-2019-0611 il y a 7 ans
Jsrt 797ddb02fa Handling exception while GetJSONObject in script debugger. il y a 6 ans
Parser d969210010 [CVE-2020-0848] il y a 6 ans
Runtime e245029151 [CVE-2020-1065] A previous MSRC fix removes the body scope of an enclosing function when a nested function is declared in the param scope of that enclosing function. This an result in us calculating incorrect envIndex for any symbols captured from enclosing scopes if this skipped body scope appears in the frameDisplay being passed to the nested function. This fix addresses the issue by marking the parameter scope also as mustInstantiate = true so we end up computing the correct envIndex. This problem and the fix only triggers when the enclosing function's param and body scopes are merged so the param and body scopes will never appear together in the scope stack and as such will not mess up the envIndex. il y a 5 ans
WasmReader 26833effbb Always use AsmJsDefault entrypoint instead of a wasm deferred parse entry point il y a 7 ans
wabt 7368d59b1c [MERGE #5272 @Penguinwizzard] Address issues picked up by Dev15 code analysis il y a 7 ans
CMakeLists.txt 6756e7d8fb Enable support for ETW events on xplat via LTTng il y a 8 ans
ChakraCoreStatic.cpp 8c91291c67 xplat: make sure linker doesn't pass gluing sub libs il y a 9 ans