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/26 21:25:59 UTC

[jira] [Assigned] (TS-5005) CID 1364117: Explicit null dereferenced in HttpSM.cc

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

Leif Hedstrom reassigned TS-5005:
---------------------------------

    Assignee: Leif Hedstrom

> CID 1364117: Explicit null dereferenced in HttpSM.cc
> ----------------------------------------------------
>
>                 Key: TS-5005
>                 URL: https://issues.apache.org/jira/browse/TS-5005
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core, HostDB
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 7.1.0
>
>
> {code}
> 7. Condition use_client_addr, taking true branch
>     	
> CID 1364117 (#2 of 2): Explicit null dereferenced (FORWARD_NULL)
> 8. var_deref_model: Passing null pointer client_addr to find_ip, which dereferences it. [show details]
> 2137      if (use_client_addr && rr->find_ip(client_addr) == NULL) {
> 2138        DebugSM("http", "use_client_target_addr == 1. Client specified address is not in the pool, not validated.");
> 2139        t_state.dns_info.lookup_validated = false;
> 2140      } else {
> {code}



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