Closed brbzull0 closed 3 months ago
The code was ok, in theory ret should not be bigger than len but I suspect it complains because of the ssize_t as in some other places we get away with just an int, in any case this should mute it.
ret
len
ssize_t
int
The code was ok, in theory
ret
should not be bigger thanlen
but I suspect it complains because of thessize_t
as in some other places we get away with just anint
, in any case this should mute it.