We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b23dd commit f37f0b4Copy full SHA for f37f0b4
src/afl-cc.c
@@ -1152,7 +1152,8 @@ void instrument_mode_by_environ(aflcc_state_t *aflcc) {
1152
static void instrument_opt_mode_exclude(aflcc_state_t *aflcc) {
1153
1154
if ((aflcc->instrument_opt_mode & INSTRUMENT_OPT_CTX) &&
1155
- (aflcc->instrument_opt_mode & INSTRUMENT_OPT_CALLER)) {
+ (aflcc->instrument_opt_mode & INSTRUMENT_OPT_CALLER) &&
1156
+ aflcc->compiler_mode != LTO) {
1157
1158
FATAL("you cannot set CTX and CALLER together");
1159
0 commit comments