1961e07287
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. |
||
---|---|---|
.. | ||
libssh2_config.h.in | ||
libssh2_priv.h | ||
libssh2_publickey.h | ||
libssh2_sftp.h | ||
libssh2.h |