mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 08:03:08 +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