Skip to content

Commit

Permalink
checking if enable_verification set to true on BeginFuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeriann committed Jun 12, 2024
1 parent f63955c commit 6d3cd97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fuzzyduck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ void FuzzyDuck::BeginFuzzing() {
complete_log_handle =
fs.OpenFile(complete_log, FileFlags::FILE_FLAGS_WRITE | FileFlags::FILE_FLAGS_FILE_CREATE_NEW);
}
if (enable_verification) {
RunQuery("PRAGMA enable_verification");
}
}

void FuzzyDuck::EndFuzzing() {
Expand Down

0 comments on commit 6d3cd97

Please sign in to comment.