mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 09:21:52 +03:00
klocwork: fix risk issues
This commit is contained in:
committed by
Konstantinos Margaritis
parent
88a1048ae7
commit
2d521d64a2
@@ -77,7 +77,7 @@ namespace ue2 {
|
||||
struct LitTrieVertexProps {
|
||||
LitTrieVertexProps() = default;
|
||||
explicit LitTrieVertexProps(u8 c_in) : c(c_in) {}
|
||||
size_t index; // managed by ue2_graph
|
||||
size_t index = 0; // managed by ue2_graph
|
||||
u8 c = 0; //!< character reached on this vertex
|
||||
flat_set<ReportID> reports; //!< managed reports fired on this vertex
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user