mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 07:42:21 +03:00
Fix Klocwork scan issues.
This commit is contained in:
committed by
Hong, Yang A
parent
d1ea4c762a
commit
66dc649197
@@ -62,7 +62,7 @@ public:
|
||||
struct PcreDB {
|
||||
bool highlander = false;
|
||||
bool utf8 = false;
|
||||
u32 id;
|
||||
u32 id = 0;
|
||||
pcre *db = nullptr;
|
||||
pcre_extra *extra = nullptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user