summaryrefslogtreecommitdiff
path: root/tests/data/test1459
Commit message (Collapse)AuthorAgeFilesLines
* sftp: fix segfault regression introduced by #4747Jim Fuller2020-03-091-0/+46
This fix adds a defensive check for the case where the char *name in struct libssh2_knownhost is NULL Fixes #5041 Closes #5062