| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013171 | VTK | (No Category) | public | 2012-05-14 07:37 | 2013-02-24 19:58 |
|
| Reporter | Hal Canary | |
| Assigned To | David Gobbi | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 5.8.0 | |
| Target Version | | Fixed in Version | 5.10.0 | |
|
| Summary | 0013171: void vtkImageData::GetPoint(vtkIdType id, double x[3]) is not thread-safe |
| Description | The function "void vtkImageData::GetPoint(vtkIdType id, double x[3])" calls the non-threadsafe function "double *vtkImageData::GetPoint(vtkIdType ptId)", which makes both functions non-threadsafe.
This commit fixes the bug http://www.vtk.org/gitweb?p=VTK.git;a=commit;h=ea11e1a1319d38f3c6b254f956143d48bf3abed6 [^] |
| Tags | No tags attached. |
|
| Project | TBD |
| Type | incorrect functionality |
|
| Attached Files | |
|