Skip to content

Commit 7349d56

Browse files
authored
Merge pull request #7796 from Faholan/def_segfault
Fix segfault when parsing a corrupt def file
2 parents 3b6a105 + a090e73 commit 7349d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odb/src/def/def/defrData.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class defrData
128128
int componentWarnings{0};
129129
int constraintWarnings{0};
130130
int cover_is_keyword{0};
131-
int defMsgCnt{0};
131+
int defMsgCnt{5500};
132132
int defMsgPrinted{0}; // number of msgs output so far
133133
int defRetVal{0};
134134
int def_warnings{0};

0 commit comments

Comments
 (0)