mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
This helps prevent errors related to undefined pointers being passed through to some OS apis when slices have 0 length. Tests have also been added to catch these cases.