|
|
| Reporter | kevin | Assigned To | bugmaster | |
|---|
| Priority | normal | Severity | minor | |
|---|
| Status | closed | Resolution | duplicate | |
|---|
| Product Version | 7.3.0 | |
|---|
| Target Version | 7.4.0 | |
|---|
|
|
| Summary | 0030771: FindPlane in GeomFill_CorrectedFrenet dereferences a null pointer |
|---|
| Description | The FindPlane static function in the GeomFill_CorrectedFrenet dereferences a null pointer in the default case. The variable "TabP" is dereferenced in the default case before being initialized. This can happen if you create your own Geom_Curve derived type and use it in any of the pipe fill algorithms. |
|---|
| Steps To Reproduce | Create a new derived type from Geom_Curve
Use it as the spine in a GeomFill_Pipe |
|---|
| Tags | No tags attached. |
|---|
|
|
| Test case number | |
|---|
|
|