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] [Created] (TS-4979) clang-analyzer error in HttpTransact.cc

Leif Hedstrom created TS-4979:
---------------------------------

             Summary: 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


{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)