1. 08 Oct, 2014 5 commits
    • Daniel Stenberg's avatar
      FormAdd: precaution against memdup() of NULL pointer · b74205d0
      Daniel Stenberg authored
      Coverity CID 252518. This function is in general far too complicated for
      its own good and really should be broken down into several smaller
      funcitons instead - but I'm adding this protection here now since it
      seems there's a risk the code flow can end up here and dereference a
      NULL pointer.
      b74205d0
    • Daniel Stenberg's avatar
      operate: avoid NULL dereference · eb1e3a39
      Daniel Stenberg authored
      Coverity CID 1241948. dumpeasysrc() would get called with
      config->current set to NULL which could be dereferenced by a warnf()
      call.
      eb1e3a39
    • Daniel Stenberg's avatar
      do_sec_send: remove dead code · 87c8e00b
      Daniel Stenberg authored
      Coverity CID 1241951. The condition 'len >= 0' would always be true at
      that point and thus not necessary to check for.
      87c8e00b
    • Daniel Stenberg's avatar
      krb5_encode: remove unused argument · b90f6e87
      Daniel Stenberg authored
      Coverity CID 1241957. Removed the unused argument. As this struct and
      pointer now are used only for krb5, there's no need to keep unused
      function arguments around.
      b90f6e87
    • Daniel Stenberg's avatar
      operate_do: skip superfluous check for NULL pointer · 987a4a73
      Daniel Stenberg authored
      Coverity CID 1243583. get_url_file_name() cannot fail and return a NULL
      file name pointer so skip the check for that - it tricks coverity into
      believing it can happen and it then warns later on when we use 'outfile'
      without checking for NULL.
      987a4a73
  2. 07 Oct, 2014 7 commits
  3. 06 Oct, 2014 2 commits
  4. 04 Oct, 2014 6 commits
  5. 03 Oct, 2014 7 commits
  6. 02 Oct, 2014 5 commits
  7. 01 Oct, 2014 1 commit
  8. 30 Sep, 2014 3 commits
  9. 26 Sep, 2014 1 commit
  10. 25 Sep, 2014 2 commits
  11. 23 Sep, 2014 1 commit