1. 02 Nov, 2018 5 commits
  2. 01 Nov, 2018 7 commits
  3. 31 Oct, 2018 1 commit
  4. 30 Oct, 2018 6 commits
  5. 29 Oct, 2018 8 commits
  6. 27 Oct, 2018 12 commits
  7. 26 Oct, 2018 1 commit
    • Daniel Gustafsson's avatar
      ssh: free the session on init failures · 5c8c310e
      Daniel Gustafsson authored
      
      
      Ensure to clear the session object in case the libssh2 initialization
      fails.
      
      It could be argued that the libssh2 error function should be called to
      get a proper error message in this case. But since the only error path
      in libssh2_knownhost_init() is memory a allocation failure it's safest
      to avoid since the libssh2 error handling allocates memory.
      
      Closes #3179
      Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
      5c8c310e