You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* TypedArray.prototype.subarray: fixed the step at which '[[ByteOffset]]' is
read
bellard/quickjs@c942978
* Fixed buffer overflow in `js_bigint_from_string()`
bellard/quickjs@e1c18be
* Fixed crash in OP_add_loc if the variable is modified in
`JS_ToPrimitiveFree()`
bellard/quickjs@1168c21
* Fixed buffer overflow in `js_bigint_to_string1()`
bellard/quickjs@9ce5442
* Fixed buffer overflow in `TypedArray.prototype.lastIndexOf()`
bellard/quickjs@c927eca
* Avoid side effects in `JS_PrintValue()` which may lead to crashes in
`print()` and `js_std_promise_rejection_check()`
bellard/quickjs@4e0d0b7
* Limit function and regexp bytecode to 1G to avoid buffer overflows (the
bytecode generators assume that bytecode offsets can fit a 32 bit signed
integer
bellard/quickjs@d9ec8f1
* Adjust lastIndex to leading surrogate when inside a surrogate pair in
unicode RegExp
bellard/quickjs@a4ac84d
0 commit comments