Clarify design decision in light of actions

We were successful in adding transparent memory-poisoning testing, so
simplify to the real design decision we made.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2024-03-18 13:17:25 +00:00
parent 24c269fd4a
commit 331b2cfb31

View File

@ -364,7 +364,7 @@ It may be possible to transparently implement memory poisoning so that existing
These issues may be solved by creating some kind of test wrapper around every PSA function call that poisons the memory. However, it is unclear how straightforward this will be in practice. If this is simple to achieve, the extra coverage and time saved on new tests will be a benefit. If not, writing new tests is the best strategy.
**Design decision: Attempt to add memory poisoning transparently to existing tests. If this proves difficult, write new tests instead.**
**Design decision: Add memory poisoning transparently to existing tests.**
#### Discussion of copying validation