Allow for options to be defined at compile time, like is already the case for
other sanitizers, via SCUDO_DEFAULT_OPTIONS.
Details
Diff Detail
- Repository
- rCRT Compiler Runtime
- Build Status
Buildable 14742 Build 14742: arc lint + arc unit
Event Timeline
lib/scudo/scudo_flags.cpp | ||
---|---|---|
40 | Remove this extraneous comment. | |
43 | Totally a nit, but maybe undef SCUDO_STRINGIZE and SCUDO_STRINGIZE_OPTIONS here, as we do with SCUDO_FLAG above? Maybe it's time to have this definition in common and use it everywhere: |
lib/scudo/scudo_flags.cpp | ||
---|---|---|
43 | I'm going to move it to common. |
Introduce a SANITIZER_STRINGIFY macro in sanitizer_internal_defs.h, used
by the various flags parsers (ASan, Scudo, XRay).
Replace TSAN_STRING_SETJMP__ (forgotten on the first go).
Removed an extraneous comment.
Edit: wrong macro name.
Remove this comment.