Lines Matching +full:clang +full:- +full:ubsan
20 * All clang sanitizers, except ASan, can be activated for target binaries
25 * UBSan, without the runtime libraries. As such, their default ftrap is activated
26 * which is for most cases a SIGABRT. For these cases end-user needs to enable
36 * For cases where clang runtime library linking is not an option, SIGABRT should
63 /* --{ ASan }-- */
83 /* --{ UBSan }-- */
86 /* --{ MSan }-- */
103 * memory-mapped file as soon as it collected. Non-Android targets can disable
109 const char* abortFlag = hfuzz->cfg.monitorSIGABRT ? kABORT_ENABLED : kABORT_DISABLED; in sanitizers_AddFlag()
115 if (!hfuzz->sanitizer.enable) { in sanitizers_AddFlag()
119 hfuzz->io.workDir, kLOGPREFIX); in sanitizers_AddFlag()
124 * be used in multi-threaded contexts in sanitizers_AddFlag()
126 if (!hfuzz->exe.netDriver && hfuzz->exe.rssLimit) { in sanitizers_AddFlag()
127 util_ssnprintf(buf, buflen, ":soft_rss_limit_mb=%" PRId64, hfuzz->exe.rssLimit); in sanitizers_AddFlag()