wolfSSL / wolfMQTT

wolfMQTT is a small, fast, portable MQTT client implementation, including support for TLS 1.3.
https://www.wolfssl.com
GNU General Public License v2.0
518 stars 156 forks source link

Fix publish with topic ID >=127 #351

Closed embhorn closed 11 months ago

embhorn commented 11 months ago

Fixes zd16708

Fixed by proper cast of word16 in SN_Encode_Publish

Also fixes topic_type set in SN_Decode_Publish