Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: accept non-32-bit length in writeBuffer
Since `length` is `size_t`, it can accept 64-bit integers too. Refs: https://man7.org/linux/man-pages/man2/write.2.html Fixes: #36643 PR-URL: #36667 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yash Ladha <[email protected]> Reviewed-By: Zeyu Yang <[email protected]>
- Loading branch information