mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
Fix for packets containing unexpected domains, such as openthread.thread.home.arpa. If we find this packet we set the name entry as invalid, but continue with parsing as the packet might contain related queries for us. Closes https://github.com/espressif/esp-idf/issues/7694