Closed aloisklink closed 1 year ago
Merging #541 (685f7b9) into main (f1826ab) will decrease coverage by
0.04%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #541 +/- ##
==========================================
- Coverage 54.17% 54.14% -0.04%
==========================================
Files 144 144
Lines 21034 21036 +2
==========================================
- Hits 11395 11389 -6
- Misses 9639 9647 +8
see 5 files with indirect coverage changes
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
I added the same lines to my BRSKI code and doesn't seem to find the asn libray.
Do you mean it couldn't find the UBSan library (UndefinedBehaviorSanitizer
) the ASan (AddressSanitizer
) library? It might not be supported for your cross-compiling configuration, or maybe your configuration (C++) means that ASan and UBSan can't run at the same time?
I know that ThreadSanitizer and MemorySanitizer can't run at the same time as AddressSanitizer, so maybe that could be the issue?
Enable UndefinedBehaviorSanitizer (UBSan) on Linux presets by default.
The OpenWRT SDK presets have it disabled, as old versions of GCC have poor support for running UBSanitizer on non-x86 platforms.