mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 22:30:05 +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.