Files
esp-idf/docs/zh_CN/api-reference/system
Alexey Lapshin 7cba243f39 fix(heap): avoid stack smash when heap tracing stack depth is 0
On RISC-V without frame pointers, STACK_DEPTH defaults to 0, so
alloced_by[] is empty. Writing callers[0] still ran and overwrote the
caller's cm.push saved ra, causing an illegal-instruction fault after
the first traced malloc (e.g. with HEAP_TRACING on ESP32-S31).
2026-08-04 17:47:12 +07:00
..
2025-05-12 11:24:03 +08:00
2025-05-12 11:24:03 +08:00
2025-08-14 15:17:56 +08:00
2025-10-17 11:45:26 +08:00