Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0033665: Data Exchange, Step Import - TransferRoots crashes for invalid STEP files #70

Merged
merged 5 commits into from
Sep 22, 2024

Conversation

AtheneNoctuaPt
Copy link
Contributor

Fixed exception in RWStepShape_RWEdgeCurve::Check() thrown when trying to access step entity in Interface_EntityIterator with zero entities.
Fixed a crash in StepToTopoDS_TranslateFace::Init() caused by dereferencing nullptr.
RWStepShape_RWEdgeCurve and RWStepShape_RWEdgeCurve are refactored.
Test bug33665 is added to check the fixed behavior.

…id STEP files

Fixed exception in RWStepShape_RWEdgeCurve::Check() thrown when trying
to access step entity in Interface_EntityIterator with zero entities.
Fixed a crash in StepToTopoDS_TranslateFace::Init() caused by
dereferencing nullptr.
RWStepShape_RWEdgeCurve and RWStepShape_RWEdgeCurve are refactored.
Test bug33665 is added to check the fixed behaviour.
@AtheneNoctuaPt AtheneNoctuaPt added 2. Bug Something isn't working 1. Data Exchange Import/Export or iterating of the CAD data labels Sep 19, 2024
@AtheneNoctuaPt AtheneNoctuaPt requested a review from a team September 19, 2024 16:20
@AtheneNoctuaPt AtheneNoctuaPt self-assigned this Sep 19, 2024
@dpasukhi dpasukhi self-requested a review September 20, 2024 14:25
Copy link
Member

@dpasukhi dpasukhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No remarks.

@dpasukhi dpasukhi merged commit 5c88056 into Open-Cascade-SAS:IR Sep 22, 2024
4 checks passed
@dpasukhi dpasukhi added this to the Release 7.9 milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Data Exchange Import/Export or iterating of the CAD data 2. Bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants