mirror of
https://github.com/libssh2/libssh2.git
synced 2025-12-11 04:02:31 +03:00
The convience functions pass in the return from strlen() which is "size_t", usually an "unsigned long". This created the possiblility of passing in a value that could look negative. All "int" lengths were converted to "unsigned int". Ideally they should all become "size_t", but that is a bigger change. This is a good start.
21 KiB
21 KiB