mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
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.