------------------------------------------------------------ revno: 13228 revision-id: kinkie@squid-cache.org-20140114203603-bdstvoa23bfqbs5u parent: kinkie@squid-cache.org-20140114171808-62ad82xk94x1ihhy committer: Francesco Chemolli branch nick: trunk timestamp: Tue 2014-01-14 21:36:03 +0100 message: Shuffle coverity marker ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: kinkie@squid-cache.org-20140114203603-bdstvoa23bfqbs5u # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 7da1e81ba5eff0ea19763fd9cf57699661bb8d59 # timestamp: 2014-01-14 20:56:28 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: kinkie@squid-cache.org-20140114171808-\ # 62ad82xk94x1ihhy # # Begin patch === modified file 'src/SBuf.cc' --- src/SBuf.cc 2014-01-14 17:18:08 +0000 +++ src/SBuf.cc 2014-01-14 20:36:03 +0000 @@ -237,10 +237,10 @@ { if (S == NULL) return *this; - // coverity[access_dbuff_in_call] if (Ssize == npos) Ssize = strlen(S); debugs(24, 7, "from c-string to id " << id); + // coverity[access_dbuff_in_call] return lowAppend(S, Ssize); }