[
https://issues.apache.org/jira/browse/TS-4663?focusedWorklogId=25986&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25986
]
ASF GitHub Bot logged work on TS-4663:
--------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jul/16 19:37
Start Date: 25/Jul/16 19:37
Worklog Time Spent: 10m
Work Description: Github user shinrich closed the pull request at:
https://github.com/apache/trafficserver/pull/800
Issue Time Tracking
-------------------
Worklog Id: (was: 25986)
Time Spent: 40m (was: 0.5h)
> ASAN crash due to scheduled event triggering after ClientSession has completed
> ------------------------------------------------------------------------------
>
> Key: TS-4663
> URL: https://issues.apache.org/jira/browse/TS-4663
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Susan Hinrichs
> Assignee: Susan Hinrichs
> Fix For: 7.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Found while tracking TS-4507 and original fix combined with that fix.
> In ProxyClientSession::state_api_callout we schedule_in 10ms in the future if
> the plugin lock is not acquired. Saw ASAN use-after-free crashes when the
> Http2ClientSession is deleted but the schedule event remains and is
> triggered. Added a schedule_event member to track this case and cancel any
> outstanding schedule events on free.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)