From cbf068dbee8abc647899953b93590c215c619703 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Mon, 23 Oct 2023 19:03:10 +0100 Subject: [PATCH] Fix broken reference Signed-off-by: David Horstmann --- docs/architecture/psa-shared-memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/psa-shared-memory.md b/docs/architecture/psa-shared-memory.md index 2c2da8d883..f0f27811cd 100644 --- a/docs/architecture/psa-shared-memory.md +++ b/docs/architecture/psa-shared-memory.md @@ -99,7 +99,7 @@ Example: the PSA Firmware Framework 1.0 forbids shared memory between partitions #### Careful accesses -The following rules guarantee that shared memory cannot result in a security violation other than [write-read feedback](#write-read feedback): +The following rules guarantee that shared memory cannot result in a security violation other than [write-read feedback](#write-read-feedback): * Never read the same input twice at the same index. * Never read back from an output.