]> OCCT Git - occt.git/commit
0033743: Modeling Algorithm - fix crash with BRepFilletAPI_MakeChamfer CR33743
authorFlorian Foinant-Willig <flachyjoe@gmail.com>
Wed, 19 Jun 2024 19:18:57 +0000 (21:18 +0200)
committerFlorian Foinant-Willig <flachyjoe@gmail.com>
Wed, 19 Jun 2024 19:18:57 +0000 (21:18 +0200)
commit4abf89322e81491cb02b0debfe2026af9c0a5f5e
tree86adf8a56d6a2de99ba5b39d72dda53bce21b297
parent4c8faa5e2dd0d3e4bd7039c908016d8204889c09
0033743: Modeling Algorithm - fix crash with BRepFilletAPI_MakeChamfer

Handle a case where a newly created face does not contain a required
edge. Since the null edge was passed in, the algorithm would eventually
crash when trying to access its members.
src/ChFi3d/ChFi3d_Builder_2.cxx