]> OCCT Git - occt.git/commit
0033487: Data Exchange, Step Import - Unresolved reference crashes
authordkulikov <dkulikov@opencascade.com>
Mon, 23 Sep 2024 13:59:28 +0000 (13:59 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Wed, 25 Sep 2024 08:16:26 +0000 (08:16 +0000)
commit539ddf30fb4bab63f981aa8c5b4f7917512079db
treebcd42f1fd87adaf84b3b6bd65dd4433867f47db8
parent495a6a642dbfcebd866a6d6f93b4d9c4efa5b415
0033487: Data Exchange, Step Import - Unresolved reference crashes

Fixed crash in STEPConstruct_Styles::GetColors() due to nullptr
  dereferencing when source step file has missing
  FILL_AREA_STYLE_COLOUR entities.
src/STEPConstruct/STEPConstruct_Styles.cxx
src/STEPConstruct/STEPConstruct_Styles.hxx
tests/bugs/step/bug33487 [new file with mode: 0644]