You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.5.0
Features
- supported removal of subtype when updating service (4ad88e2)
Bug Fixes
- Fix zero-sized VLA clang-tidy warnings (196198e)
- Remove dead store to arg variable shared (e838bf0)
- Fix name mangling not to use strcpy() (99b54ac)
- Fix potential null derefernce in _mdns_execute_action() (f5be2f4)
- Fix AFL test mock per espressif/esp-idf@a5bc08fb55c (3d8835c)
- Fixed potential out-of-bound interface error (24f55ce)
- Fixed incorrect error conversion (8f8516c)
- Fixed potential overflow when allocating txt data (75a8e86)
- Move MDNS_NAME_BUF_LEN to public headers (907087c, #724)
- Cleanup includes in mdns.c (68a9e14, #725)
- Allow advertizing service with port==0 (827ea65)
- Fixed complier warning if MDNS_MAX_SERVICES==0 (9537721, #611)
- Fixed potential overflow when allocating txt data ([75a8e864](https://github.com/espressif/esp-protocols/commit/75a8e864))
19
+
- Move MDNS_NAME_BUF_LEN to public headers ([907087c0](https://github.com/espressif/esp-protocols/commit/907087c0), [#724](https://github.com/espressif/esp-protocols/issues/724))
20
+
- Cleanup includes in mdns.c ([68a9e148](https://github.com/espressif/esp-protocols/commit/68a9e148), [#725](https://github.com/espressif/esp-protocols/issues/725))
21
+
- Allow advertizing service with port==0 ([827ea65f](https://github.com/espressif/esp-protocols/commit/827ea65f))
22
+
- Fixed complier warning if MDNS_MAX_SERVICES==0 ([95377216](https://github.com/espressif/esp-protocols/commit/95377216), [#611](https://github.com/espressif/esp-protocols/issues/611))
0 commit comments