You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/03/26 17:34:16 UTC

[jira] [Assigned] (TS-2663) [HttpTransactHeaders.cc:622]: (style) Same expression on both sides of '||'.

     [ https://issues.apache.org/jira/browse/TS-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-2663:
---------------------------------

    Assignee: Leif Hedstrom

> [HttpTransactHeaders.cc:622]: (style) Same expression on both sides of '||'.
> ----------------------------------------------------------------------------
>
>                 Key: TS-2663
>                 URL: https://issues.apache.org/jira/browse/TS-2663
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: David Binderman
>            Assignee: Leif Hedstrom
>             Fix For: 5.0.0
>
>
> Source code is
>     if (log_code == SQUID_LOG_TCP_MISS || log_code == SQUID_LOG_TCP_MISS) {
> Judging by code a few lines further down, maybe the following
> code was intended
>    if (log_code == SQUID_LOG_TCP_MISS || log_code == SQUID_LOG_TCP_IMS_MISS) {
> I found this possible problem by using cppcheck, a static analysis checker.



--
This message was sent by Atlassian JIRA
(v6.2#6252)