Skip to content

Commit

Permalink
Fix fuzzer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Nov 29, 2023
1 parent bb97f43 commit a6aea5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mqtt_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ int MqttDecode_Props(MqttPacketType packet, MqttProp** props, byte* pbuf,
/* Invalid length */
rc = MQTT_TRACE_ERROR(MQTT_CODE_ERROR_PROPERTY);
}
}
else {
/* Invalid length */
rc = MQTT_TRACE_ERROR(MQTT_CODE_ERROR_PROPERTY);
Expand Down

0 comments on commit a6aea5b

Please sign in to comment.