insistxc

Results 1 issues of insistxc

In the functions `glfs_anonymous_pwritev` and `iobuf_copy`, the `size_t` variable `size` was incorrectly initialized to `-1`, causing an overflow when assigned to a `size_t` (an unsigned type). This commit updates the...