You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2016/11/26 21:41:58 UTC

[jira] [Created] (TS-5065) Use after free clearing HostDB.

James Peach created TS-5065:
-------------------------------

             Summary: Use after free clearing HostDB.
                 Key: TS-5065
                 URL: https://issues.apache.org/jira/browse/TS-5065
             Project: Traffic Server
          Issue Type: Bug
          Components: HostDB
            Reporter: James Peach


ASAN points out that clearing the HostDB on startup results in a use after free since we are iterating at the same time as we are freeing hash entries (which contain the iterator links).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)