-
Notifications
You must be signed in to change notification settings - Fork 20
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
CI runs using LLVM sanitizers #84
Comments
#129 makes these easy to turn on at least. |
@baconpaul can we build and run the vst3 validator on ci, or is this again a licensing problem? we could otherwise consider running |
Sure no problem |
Also see #119 |
Ya, these issues are very similar then. |
Will add this to CI once we land a small example clap plugin, as described in: #119. |
To catch memory bugs, we could consider having automated test runs for which binaries are instrumented with LLVM sanitizers: https://clang.llvm.org/docs/AddressSanitizer.html.
The text was updated successfully, but these errors were encountered: