mirror of https://github.com/opencv/opencv.git
Merge pull request #21527 from vrabaud:3.4_msan
* Fix wrong MSAN errors. Because Fortran is called in Lapack, MSAN does not think the memory has been written even though it is the case. MSAN does no support well cross-language memory analysis. * Make a dedicated check.pull/21543/head
parent
dc35633aa4
commit
b5b52afd35
1 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue