Use the exact phrase 'shared memory'

This allows people searching for this phrase to find this ChangeLog
entry.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2024-03-13 14:06:58 +00:00
parent 4407aba552
commit eff3d1ebb5

View File

@ -6,9 +6,8 @@ Security
by copying buffers. by copying buffers.
This feature increases code size and memory usage. If buffers passed to This feature increases code size and memory usage. If buffers passed to
PSA functions are owned exclusively by the PSA core for the duration of PSA functions are owned exclusively by the PSA core for the duration of
the function call (i.e. no buffer parameters are stored in memory shared the function call (i.e. no buffer parameters are in shared memory),
with an untrusted party), copying may be disabled by setting copying may be disabled by setting MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS.
MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS.
Note that setting this option will cause input-output buffer overlap to Note that setting this option will cause input-output buffer overlap to
be only partially supported. be only partially supported.
Fixes CVE-2024-28960 Fixes CVE-2024-28960