Changeset fa4fe456 in rtems for c/src

Timestamp:
01/30/14 01:58:41 (10 years ago)
Author:
Nick Withers <nick.withers@…>
Branches:
4.11, 5, master
Children:
f54e503
Parents:
2501814e
git-author:
Nick Withers <nick.withers@…> (01/30/14 01:58:41)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/03/14 06:51:02)
Message:

Move the flash size probe into bankValidate()

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.