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 2016/10/18 15:45:58 UTC

[jira] [Updated] (TS-4979) clang-analyzer error in HttpTransact.cc

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

Leif Hedstrom updated TS-4979:
------------------------------
    Fix Version/s: 7.1.0

> clang-analyzer error in HttpTransact.cc
> ---------------------------------------
>
>                 Key: TS-4979
>                 URL: https://issues.apache.org/jira/browse/TS-4979
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Leif Hedstrom
>             Fix For: 7.1.0
>
>
> {code}
>     if (mimefield_value_equal(host_field, *host_val, host_val_len) == false) {
> 7
> ←
> Passing null pointer value via 2nd parameter 'value'	
> →
> 8
> ←
> Calling 'mimefield_value_equal'	
> →
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)