mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
This is already considered in put()/insert()/append_all() but not set_array_like_size(), which crashed the interpreter with an assertion when creating an array with more than SPARSE_ARRAY_THRESHOLD (200) initial elements as the simple storage was being resized beyond its limit. Fixes #3382.