Files
esp-idf/components/esp_wifi
Sarvesh Bodakhe 73d4a6f5c6 fix(nan): zero-init pub_id and sub_id in NAN service functions
Both variables were declared as int but only their LSB was written by
the internal allocation function, leaving upper bytes as stack garbage.
Logging with %u then printed large bogus values.
2026-04-30 16:28:17 +08:00
..