------------------------------------------------------------ revno: 13227 revision-id: kinkie@squid-cache.org-20140114171808-62ad82xk94x1ihhy parent: squid3@treenet.co.nz-20140113210345-7quoz7crv68c8t41 committer: Francesco Chemolli branch nick: trunk timestamp: Tue 2014-01-14 18:18:08 +0100 message: Mark a behavior detected by Coverity as defect as intentional ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: kinkie@squid-cache.org-20140114171808-62ad82xk94x1ihhy # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: b46541db829b8f237dae0b2ed0f96c4a97131bb7 # timestamp: 2014-01-14 17:55:40 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20140113210345-\ # 7quoz7crv68c8t41 # # Begin patch === modified file 'src/SBuf.cc' --- src/SBuf.cc 2014-01-02 23:03:20 +0000 +++ src/SBuf.cc 2014-01-14 17:18:08 +0000 @@ -237,6 +237,7 @@ { 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);