zwoop opened a new issue, #10010: URL: https://github.com/apache/trafficserver/issues/10010
``` *** CID 1517813: Null pointer dereferences (REVERSE_INULL) /proxy/http/[HttpSM.cc](http://httpsm.cc/): 1699 in HttpSM::create_server_session(NetVConnection *, MIOBuffer *, IOBufferReader *)() 1693 retval->attach_hostname(t_state.current.server->name); 1694 retval->new_connection(netvc, netvc_read_buffer, netvc_reader); 1695 1696 ATS_PROBE1(new_origin_server_connection, t_state.current.server->name); 1697 retval->set_active(); 1698 CID 1517813: Null pointer dereferences (REVERSE_INULL) Null-checking "netvc" suggests that it may be null, but it has already been dereferenced on all paths leading to the check. 1699 if (netvc) { 1700 ats_ip_copy(&t_state.server_info.src_addr, netvc->get_local_addr()); 1701 } 1702 1703 // If origin_max_connections or origin_min_keep_alive_connections is set then we are metering 1704 // the max and or min number of connections per host. Transfer responsibility for this to the ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
