Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to supress false positives #34

Open
arichardson opened this issue Jun 12, 2015 · 0 comments
Open

Add a way to supress false positives #34

arichardson opened this issue Jun 12, 2015 · 0 comments

Comments

@arichardson
Copy link
Contributor

With valgrind it's possible to not display warnings if the backtrace matches a certain pattern.
This might be a useful thing to support with SOAAP as well.
My use case here is to supress warnings that are caused by lazy initialization code where I know that it has been initialized before entering the sandbox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant