92 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 &