mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
If we use `undefined`, then `netReceive` can `@intCast` the control slice len to msghdr controllen, which is sometimes `u32`, even on 64-bit platforms. `init` just avoids this entirely by setting `control` to an empty slice rather than undefined.