1. 25 Nov, 2017 1 commit
    • Daniel Stenberg's avatar
      ssh: remove check for a NULL pointer (!) · c79b2ca0
      Daniel Stenberg authored
      With this check present, scan-build warns that we might dereference this
      point in other places where it isn't first checked for NULL. Thus, if it
      *can* be NULL we have a problem on a few places. However, this pointer
      should not be possible to be NULL here so I remove the check and thus
      also three different scan-build warnings.
      
      Closes #2111
      c79b2ca0
  2. 24 Nov, 2017 6 commits
  3. 23 Nov, 2017 3 commits
  4. 22 Nov, 2017 2 commits
  5. 21 Nov, 2017 7 commits
  6. 20 Nov, 2017 1 commit
  7. 18 Nov, 2017 1 commit
  8. 17 Nov, 2017 1 commit
  9. 15 Nov, 2017 2 commits
  10. 14 Nov, 2017 4 commits
  11. 13 Nov, 2017 2 commits
  12. 12 Nov, 2017 1 commit
  13. 11 Nov, 2017 1 commit
  14. 10 Nov, 2017 4 commits
  15. 09 Nov, 2017 4 commits