core: fix incorrect use of ssize_t
The type ssize_t may contain either a non-negative integer or -1. It is only guaranteed to support values in range [-1, SSIZE_MAX], so it should not contain arbitrary negative values.
parent
f1603b69
No related branches found
No related tags found
Loading
Please register or sign in to comment