summaryrefslogtreecommitdiffstats
path: root/c-user/fatal_error.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-01 07:09:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-05 09:13:25 +0200
commitaaf9c78ac17ad22a02b4538cd9cee92940ed4b85 (patch)
tree11e2393c9870aa3f3004e40ba3b7ed1110de7126 /c-user/fatal_error.rst
parentc-user: Update rtems_region_create() (diff)
downloadrtems-docs-aaf9c78ac17ad22a02b4538cd9cee92940ed4b85.tar.bz2
c-user: RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE
Close #3437.
Diffstat (limited to '')
-rw-r--r--c-user/fatal_error.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst
index 7945030..305de23 100644
--- a/c-user/fatal_error.rst
+++ b/c-user/fatal_error.rst
@@ -127,6 +127,10 @@ RTEMS_FATAL_SOURCE_SMP (10)
RTEMS_FATAL_SOURCE_PANIC (11)
Fatal source of :c:func:`rtems_panic`, see :ref:`rtems_panic`.
+RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE (12)
+ Fatal source for invalid C program heap frees via :c:func:`free`. The
+ fatal code is the bad pointer.
+
.. _internal_errors:
Internal Error Codes