Files
esp-idf/components/mqtt
Euripedes Rocha Filho 916063c282 change(mqtt): Update submodule to 0e9ec171
* Update submodule: git log --oneline 6af4446a..0e9ec171

Detailed description of the changes:
* MR: Backport fixes to 5.5
  - See merge request espressif/esp-mqtt!315
  - fix: Prevent control messages to be counted in mqtt5 (espressif/esp-mqtt@6db0aed)
  - fix: Allow mqtt client to gracefully disconnect when stop (espressif/esp-mqtt@93b5989)
  - fix: copy message ID before unlocking client (espressif/esp-mqtt@8983a8a)
  - Closes https://github.com/espressif/esp-mqtt/pull/320
  - fix(mqtt5): remove in_buffer_length constraint on maximum_packet_size
    (espressif/esp-mqtt@26c71a3)
  - fix: fix signed integer overflow in remaining length decoding (espressif/esp-mqtt@02e02f1)
  - fix(mqtt5): Sanitize propery len/types to harden mqtt5-msg (espressif/esp-mqtt@0176939)
  - fix(mqtt5): Fix UB in variable len processing (espressif/esp-mqtt@5d9ad31)
* MR: ci: Add deploy and minimize run for v5.5 backport branch
  - See merge request espressif/esp-mqtt!318
  - ci: Add deploy and minimize run for v5.5 backport branch (espressif/esp-mqtt@5e49255)
* MR: ci: Simplify gitlab ci for v5.5 backport branch
  - See merge request espressif/esp-mqtt!316
  - ci: Simplify gitlab ci for v5.5 backport branch (espressif/esp-mqtt@55a5d6e)
2026-06-19 09:44:32 +02:00
..