mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Without the packed qualifier, the type layout that we use to initialize doesn't match the correct layout of the underlying storage, causing corrupted data and past-the-end writes.