Skip to content

memsan: fix some memsan errors in tests

Jan Doskočil requested to merge memsan_fixes into master

Silence memory sanitizer errors in tests where that's possible without much hassle.

The remaining errors are mostly from 3rd party libs or just plain false positives.

Merge request reports