When the line format is wrong, we may end up accessing out of bound
memory. eg: the test with invalide line will cause assert.
Assertion `idx < size()' failed
The fix is to report fatal when we found mismatched line format.
Differential D66444
[BlockExtractor] Avoid assert with wrong line format jsji on Aug 19 2019, 2:52 PM. Authored by
Details When the line format is wrong, we may end up accessing out of bound The fix is to report fatal when we found mismatched line format.
Diff Detail
|