mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 18:16:34 +03:00
The protocol may still receive DFU-related packets from the network (such as forwarded or retransmitted ones) after DFU ends, while the user might release the targets immediately after DFU completion. However, since the list head is not empty, the protocol could access already-freed memory when iterating through the targets.