traeak opened a new pull request #8478:
URL: https://github.com/apache/trafficserver/pull/8478


   Ran into this core dump while performing network stress testing.
   
   In UnixNetVConnection::connectUp
   if this fails:
   ```
     if ((res = get_NetHandler(t)->startIO(this)) < 0) {
       goto fail;
     }
   ```
   this->nh is never set.  In the fail block check this->nh.


-- 
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]


Reply via email to