[
https://issues.apache.org/jira/browse/TS-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14301688#comment-14301688
]
ASF subversion and git services commented on TS-3359:
-----------------------------------------------------
Commit 62687cb2875b81fa6439539bae56062d3a4e59a7 in trafficserver's branch
refs/heads/master from [~briang]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=62687cb ]
TS-3359: Use after free: Tunnel destroyed without updating HttpSM
> Use after free: Tunnel destroyed without updating HttpSM
> --------------------------------------------------------
>
> Key: TS-3359
> URL: https://issues.apache.org/jira/browse/TS-3359
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Reporter: Brian Geffon
> Assignee: Brian Geffon
> Fix For: 5.3.0
>
>
> In HttpSM there is a member called ua_session which is a HttpClientSession.
> When chain_abort_all() is called in HttpSM::tunnel_handler_server on the
> is_http_server_eos_truncation() case it causes this client session to be
> destroyed but it is later referenced in HttpSM::tunnel_handler_server.
> Typically this object will be on the freelist and it will happily address the
> memory; however, under high loads this will obviously lead to issues. This
> was detected by disabling freelist and using address sanitizer. The patch
> will be attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)