mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
f80772b8d7
- Removed a possible derefrence on data in case of MQTT5 SUBACK with MQTT5 disabled. - Covered a case of NULL data on message with negative size. - Use correct type on calloc for alpn_protos - Changed strcasecmp to strncasecmp.