Skip to content

Commit

Permalink
Fix formatting bug in some requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vhscampos committed Jun 18, 2024
1 parent 4b5929a commit 9863b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmse/cmse.md
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ example, an attacker might create code that passes arguments out of their
declared type's range in an attempt to cause out-of-bounds memory accesses.
<span id="requirement-47" class="requirement-box"></span>
> A compiler generating code for an entry function must, for each parameter
> that is an integral Fundamental Data Type smaller than a word, make no
> assumptions about the value of the padding bits, even when the value of
Expand Down Expand Up @@ -1395,6 +1396,7 @@ create code that returns values out of their declared type's range in an
attempt to cause out-of-bounds memory accesses.
<span id="requirement-58" class="requirement-box"></span>
> A compiler generating code for a Non-secure function call must, for each
> returned value that is an integral Fundamental Data Type smaller than a word,
> make no assumptions about the value of the padding bits, even when the value
Expand Down

0 comments on commit 9863b3e

Please sign in to comment.