Skip to content

Commit

Permalink
format to buffer instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 14, 2019
1 parent 1d83a56 commit 1ae3128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzzing/fuzzer_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// but one may be interested in formatting to a string instead to
// verify it works as intended. to avoid a combinatoric explosion,
// select this at compile time instead of dynamically from the fuzz data
#define FMT_FUZZ_FORMAT_TO_STRING 1
#define FMT_FUZZ_FORMAT_TO_STRING 0

// if fmt is given a buffer that is separately allocated,
// chances that address sanitizer detects out of bound reads is
Expand Down

0 comments on commit 1ae3128

Please sign in to comment.