Skip to content

Fix thread sanitizer

Reinhard Resch requested to merge fix-thread-sanitizer into develop

This branch fixes a compilation error if gcc's -fsanitize=thread is used. In addition to that, also the second drive caller is written to the restart file.

Merge request reports