Skip to content

Conversation

@nickva
Copy link
Contributor

@nickva nickva commented Apr 7, 2025

  • break statement with labels fixes [1]
  • fix buffer overflow in bjson string + bigint reader [2]
  • bigint fixes [3] [4]
  • weak map gc fix [5]
  • segfault on large number of properties [6]
  • undefined is a valid variable name in global scope [7]

[1] bellard/quickjs#275
[2] bellard/quickjs#399
[3] bellard/quickjs@083b7bab01
[4] bellard/quickjs@fa706d5622
[5] bellard/quickjs#393
[6] bellard/quickjs#111
[7] bellard/quickjs#370

 * break statement with labels fixes [1]
 * fix buffer overflow in bjson string + bigint reader [2]
 * bigint fixes [3] [4]
 * weak map gc fix [5]
 * segfault on large number of properties [6]
 * undefined is a valid variable name in global scope [7]

[1] bellard/quickjs#275
[2] bellard/quickjs#399
[3] bellard/quickjs@083b7bab01
[4] bellard/quickjs@fa706d5622
[5] bellard/quickjs#393
[6] bellard/quickjs#111
[7] bellard/quickjs#370
@nickva nickva merged commit 229f85f into main Apr 8, 2025
23 checks passed
@nickva nickva deleted the bring-in-quickjs-fixes branch April 8, 2025 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants