mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
klocwork: fix risk issues
This commit is contained in:
committed by
Konstantinos Margaritis
parent
75dbedeebe
commit
978105a4c0
@@ -42,7 +42,7 @@ CorpusProperties::CorpusProperties()
|
||||
: matchness(100), unmatchness(0), randomness(0), prefixRange(0, 0),
|
||||
suffixRange(0, 0), cycleMin(1), cycleMax(1),
|
||||
corpusLimit(DEFAULT_CORPUS_GENERATOR_LIMIT), editDistance(0),
|
||||
alphabetSize(~0) {
|
||||
alphabetSize(~0), rngSeed(0) {
|
||||
// empty
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user