Skip to content

Commit 3d8835c

Browse files
committed
fix(mdns): Fix AFL test mock per espressif/esp-idf@a5bc08fb55c
1 parent 24f55ce commit 3d8835c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/mdns/tests/test_afl_fuzz_host/esp32_mock.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ void esp_log_write(esp_log_level_t level, const char *tag, const char *format, .
117117
{
118118
}
119119

120+
void esp_log(esp_log_config_t config, const char *tag, const char *format, ...)
121+
{
122+
}
123+
120124
uint32_t esp_log_timestamp(void)
121125
{
122126
return 0;

0 commit comments

Comments
 (0)