Skip to content

Reduce scope of NO_SANITIZE usage.

Dale Curtis requested to merge dalecurtis/dav1d:fix_cfi into master

dav1d_open() is part of the public API and should be sanitized, limit sanitizer disable to just the problematic dlsym() method.

Merge request reports