mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 01:33:09 +00:00
Before this commit, calling appendRemaining with an ArrayList where list.items.len != list.capacity could result in illegal behavior if the Writer.Allocating resized the list during the appendRemaining call. Fixes #25057