summaryrefslogtreecommitdiffstats
path: root/spec/acfg/req/malloc-dirty.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/req/malloc-dirty.yml')
-rw-r--r--spec/acfg/req/malloc-dirty.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/acfg/req/malloc-dirty.yml b/spec/acfg/req/malloc-dirty.yml
new file mode 100644
index 00000000..c9c152f7
--- /dev/null
+++ b/spec/acfg/req/malloc-dirty.yml
@@ -0,0 +1,17 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: requirement-refinement
+ uid: /req/applconfig
+non-functional-type: interface-requirement
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+ The system shall provide an application configuration option which enables
+ that each memory area returned by C Program Heap allocator functions such as
+ ${/c/if/malloc:/name} is dirtied with a ``0xCF`` byte pattern before it is
+ handed over to the application.
+type: requirement