Skip to content
Snippets Groups Projects
Commit 72a008de authored by Sean McBride's avatar Sean McBride
Browse files

Fixed a read-write race condition found by thread sanitizer

Previosuly, the checkAbortInterval's was declared outside the vtkSMPTools::For() and so one thread could write to checkAbortInterval while another was reading from it.

My solution was to just make another temporary variable that is inside the vtkSMPTools::For().
parent a2257285
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment