mirror of
https://github.com/espressif/esp-idf
synced 2025-03-14 19:49:09 -04:00
heap_caps_malloc will fail to poison a block in IRAM with size not divisible by 4. The proper fix will be to make poisoning code smarter, or to disallow allocations from IRAM with size not aligned by 4.