mirror of
https://github.com/ziglang/zig.git
synced 2026-01-06 05:25:10 +00:00
It turns out that the kernel won't read or write more than 0x7fffffff bytes in a single call, failing with EINVAL when trying to do so. Adjust the limit and curse whoever is responsible for this. Closes #6332