Skip to content

Commit

Permalink
fix(mdns): Fix AFL test mock per espressif/esp-idf@a5bc08fb55c
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Jan 15, 2025
1 parent 24f55ce commit 3d8835c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/mdns/tests/test_afl_fuzz_host/esp32_mock.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ void esp_log_write(esp_log_level_t level, const char *tag, const char *format, .
{
}

void esp_log(esp_log_config_t config, const char *tag, const char *format, ...)
{
}

uint32_t esp_log_timestamp(void)
{
return 0;
Expand Down

0 comments on commit 3d8835c

Please sign in to comment.