Skip to content

Commit

Permalink
DEBUG: PROVIDE_FUZZ_MAIN_FUNCTION set on macOS?
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 29, 2024
1 parent 2ab4aaa commit 1604566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/fuzz/fuzz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ void initialize()
}

#if defined(PROVIDE_FUZZ_MAIN_FUNCTION)
#error check on macOS
static bool read_stdin(std::vector<uint8_t>& data)
{
uint8_t buffer[1024];
Expand Down

0 comments on commit 1604566

Please sign in to comment.