Page MenuHomePhabricator

DICOMITKSeriesGDCMReader is not thread-safe
Closed, ResolvedPublic

Description

DICOMITKSeriesGDCMReader has two methods "PushLocale()" and "PushLocale()" that call "setLocale()". This systemcall is not thread-safe.

Both methods should be protected by a mutex-lock.

Event Timeline

User engelm has pushed new remote branch:

bug-18955-mutex-lock-DICOMITKSeriesGDCMReader

User engelm has pushed new remote branch:

bug-18955-mutex-lock-DICOMITKSeriesGDCMReader-rebased

Has been integrated in master.

[35f539]: Merge branch 'bug-18955-mutex-lock-DICOMITKSeriesGDCMReader-rebased'

Merged commits:

2015-06-26 14:04:07 Markus Engel [ff2a27]
protecting setLocale with Mutex

Branch has been integrated in 2015.05.02