You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if we can configure coverity to cope with __attribute__((cleanup(func))).
There is some option for a model reference, see: https://scan.coverity.com/tune
But as far as I can tell this does not help, because coverity does not register that then func is called once a variable goes out of scope.
It turns out that currently Coverity does not know
__attribute__((cleanup(func)))
, which leads to lots of false positive reports.For a simple example, check https://scan9.scan.coverity.com/#/project-view/52268/10253?selectedIssue=392558
Some extra configuration/modeling efforts may be needed to make Coverity work again.
The text was updated successfully, but these errors were encountered: