Differences From Artifact [1bca5ba01a]:
- File sftp.c — part of check-in [6e1691ecfd] at 2005-02-20 04:30:05 on branch trunk — Additional robustness to SFTP packet parsing and memory allocation. (user: simon size: 34637)
To Artifact [e1fb09c36a]:
- File sftp.c — part of check-in [a640094153] at 2005-02-25 03:59:24 on branch trunk — Per Gunnar Floe spotted a reversed test in sftp_cleanup_requests(). (user: simon size: 34637)
| ︙ | |||
345 346 347 348 349 350 351 | 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 | - + |
r->userdata = NULL;
add234(sftp_requests, r);
return r;
}
void sftp_cleanup_request(void)
{
|
| ︙ |