DescriptionInitialize member array field.
In RuleData we have array field, which is not initialized at
construction of the object. And after object constructed, we iterate
through this array by pointer. This code look dangerous and MSan detect
this problem.
To be safe during this iteration need initialize this array. It was
done.
R=skobes
BUG=None
Committed: https://crrev.com/2d88572a7e87c280d1b1fdd222ebec771b8be482
Cr-Commit-Position: refs/heads/master@{#440838}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|