mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0023838: Modeling Data - Standard_OutOfRange in Geom_OffsetSurface::LocalDN (called by BRepFill_PipeShell)
Fixed incorrect array allocation within GeomEvaluator_OffsetSurface::CalculateDN() and protection against assigning out-of-range values in case of non-square number of U and V derivatives on surface.
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
puts "TODO OCC23838 Windows: OSD_Exception_ACCESS_VIOLATION"
|
||||
puts "TODO OCC23838 Linux: segmentation violation"
|
||||
puts "TODO OCC23838 ALL:TEST INCOMPLETE"
|
||||
|
||||
puts "============"
|
||||
puts "OCC23838"
|
||||
puts "0023838: Modeling Data - Standard_Out Of Range in Geom_OffsetSurface::LocalDN (called by BRepFill_PipeShell)"
|
||||
puts "============"
|
||||
puts ""
|
||||
#######################################################
|
||||
# Standard_OutOfRange in Geom_OffsetSurface::LocalDN (called by BRepFill_PipeShell)
|
||||
#######################################################
|
||||
|
||||
restore [locate_data_file bug23838_profile.brep] prof
|
||||
restore [locate_data_file bug23838_SpineAndSupport.brep] comp
|
||||
|
Reference in New Issue
Block a user