]> OCCT Git - occt.git/commit
0031489: Data Exchange - STEP Reader can't read a big file
authordpasukhi <dpasukhi@opencascade.com>
Sat, 5 Sep 2020 11:56:34 +0000 (14:56 +0300)
committerbugmaster <bugmaster@opencascade.com>
Wed, 9 Sep 2020 16:32:00 +0000 (19:32 +0300)
commit46370000156cf94691488bc814f9e294d571f2c2
tree1f00eee552ff68e83927050c55e8db4806a72165
parent60f7b2253650edf27be6404314c17e6e8a20c21a
0031489: Data Exchange - STEP Reader can't read a big file

- Add checking for null object for edge_curve within TranslateEdgeLoop;
- Update STEP parser rule allowing empty element in the list of entity parameters;
- Update test case of bug26451 for a new scanner rule;
- Update test case of bug30273 for a new added check for null object
src/StepFile/step.tab.c
src/StepFile/step.yacc
src/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx
tests/bugs/modalg_7/bug30273
tests/bugs/step/bug26451
tests/bugs/step/bug31489 [new file with mode: 0644]