Re: [I] Crash triggered by use-after-free of HttpSM [trafficserver]

2023-10-09 Thread via GitHub
lzx404243 commented on issue #10455: URL: https://github.com/apache/trafficserver/issues/10455#issuecomment-1753401860 The crash is observed to be coincided with changes in https://github.com/apache/trafficserver/pull/10157, where the port is also considered when comparing entries in `Conn

Re: [I] Crash triggered by use-after-free of HttpSM [trafficserver]

2023-10-09 Thread via GitHub
lzx404243 commented on issue #10455: URL: https://github.com/apache/trafficserver/issues/10455#issuecomment-1753417930 In the core, I noticed that HttpSM of a request from `1.1.1.1:80` was being added to ConnectingEntry of `1.1.1.1:443` I believe this is how the crash happened: -

Re: [I] Crash triggered by use-after-free of HttpSM [trafficserver]

2023-10-09 Thread via GitHub
lzx404243 commented on issue #10455: URL: https://github.com/apache/trafficserver/issues/10455#issuecomment-1753420205 So it seems the problem is the looping condition assumes entries in the `ConnectingIpPool` is keyed in the IP address only. With https://github.com/apache/trafficserver/pu

Re: [I] Crash triggered by use-after-free of HttpSM [trafficserver]

2023-10-09 Thread via GitHub
bneradt closed issue #10455: Crash triggered by use-after-free of HttpSM URL: https://github.com/apache/trafficserver/issues/10455 -- 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