]> git.kaiwu.me - quickjs.git/commit
fixed TypedArray sort semantics by copying the array before calling the comparison...
authorFabrice Bellard <fabrice@bellard.org>
Sat, 21 Mar 2026 10:33:13 +0000 (11:33 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 21 Mar 2026 10:33:13 +0000 (11:33 +0100)
commit0989d4cb4a1e26f12ba1d65e3d5963342211b1dd
tree71d427f87cb60990de4556e5a2b103c157961648
parent4c722cea4e709682003eb0da67b393ea38c56e5e
fixed TypedArray sort semantics by copying the array before calling the comparison function. Fixed buffer overflow when the array is resized (#477)
TODO
quickjs.c
test262_errors.txt