[
https://issues.apache.org/jira/browse/TS-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15609990#comment-15609990
]
Leif Hedstrom commented on TS-5010:
-----------------------------------
{code}
92// Base class for all Regex ACLs (which contain Acl() subclassed instances)
93class RegexAcl
94{
95public:
CID 1353618 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
2. uninit_member: Non-static class member _rex is not initialized in this
constructor nor in any functions that it calls.
96 RegexAcl(Acl *acl) : _extra(NULL), _next(NULL), _acl(acl) {}
97 const std::string &
{code}
> 1353618 Uninitialized pointer field in geoip_acl plugin
> -------------------------------------------------------
>
> Key: TS-5010
> URL: https://issues.apache.org/jira/browse/TS-5010
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: Leif Hedstrom
> Fix For: 7.1.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)