mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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