[
https://issues.apache.org/jira/browse/TS-4650?focusedWorklogId=25446&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-25446
]
ASF GitHub Bot logged work on TS-4650:
--------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jul/16 21:18
Start Date: 12/Jul/16 21:18
Worklog Time Spent: 10m
Work Description: Github user gtenev commented on the issue:
https://github.com/apache/trafficserver/pull/792
@ftarnell looks good, thanks for fixing!
@zwoop it will be great if we can back port to 6.2.1
Issue Time Tracking
-------------------
Worklog Id: (was: 25446)
Time Spent: 50m (was: 40m)
> cachekey: not thread safe
> -------------------------
>
> Key: TS-4650
> URL: https://issues.apache.org/jira/browse/TS-4650
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Affects Versions: 6.2.0
> Reporter: Felicity Tarnell
> Fix For: 6.2.1
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> cachekey's Pattern class is not thread safe; it uses member data to store the
> result of pcre_exec(), but only one instance is shared between all threads.
> This causes crashes when two threads access the pcre result at the same time.
> Fix: use automatic storage for the pcre result data.
> PR incoming.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)