mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 15:00:19 +08:00
Previously, bankValidate() could be called (e.g., BSP_flashWrite() -> regionCheckAndErase() -> argcheck() -> bankValidate()) without the probe having happened. When it then invoked BSP_flashCheckId(), unmapped memory could be read, possibly causing a fatal exception.