1. 05 Apr, 2019 2 commits
    • Marcel Raad's avatar
      transfer: fix LGTM alert "Comparison is always true" · 1369b742
      Marcel Raad authored
      Just remove the redundant condition, which also makes it clear that
      k->buf is always 0-terminated if this break is not hit.
      
      Closes https://github.com/curl/curl/pull/3732
      1369b742
    • Rikard Falkeborn's avatar
      smtp: fix compiler warning · f5a77473
      Rikard Falkeborn authored
      - Fix clang string-plus-int warning.
      
      Clang 8 warns about adding a string to an int does not append to the
      string. Indeed it doesn't, but that was not the intention either. Use
      array indexing as suggested to silence the warning. There should be no
      functional changes.
      
      (In other words clang warns about "foo"+2 but not &"foo"[2] so use the
      latter.)
      
      smtp.c:1221:29: warning: adding 'int' to a string does not append to the
      string [-Wstring-plus-int]
            eob = strdup(SMTP_EOB + 2);
                  ~~~~~~~~~~~~~~~~^~~~
      
      Closes https://github.com/curl/curl/pull/3729
      f5a77473
  2. 04 Apr, 2019 1 commit
  3. 03 Apr, 2019 2 commits
  4. 02 Apr, 2019 2 commits
  5. 01 Apr, 2019 2 commits
  6. 31 Mar, 2019 2 commits
  7. 28 Mar, 2019 1 commit
  8. 27 Mar, 2019 4 commits
  9. 26 Mar, 2019 3 commits
  10. 25 Mar, 2019 2 commits
  11. 24 Mar, 2019 3 commits
  12. 22 Mar, 2019 3 commits
  13. 20 Mar, 2019 2 commits
  14. 18 Mar, 2019 1 commit
  15. 17 Mar, 2019 2 commits
  16. 15 Mar, 2019 5 commits
  17. 14 Mar, 2019 3 commits