mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
78d7844b01
If a windowoverflow8 happened after changing the SP, the exception handler would look for the extra save area by looking at the previous frame's SP. This SP would be a garbage value and could cause the windowoverflow exception to write to invalid memory ares.