[rtems-docs commit] c-user: RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE
Sebastian Huber
sebh at rtems.org
Tue Jun 5 07:13:58 UTC 2018
Module: rtems-docs
Branch: master
Commit: aaf9c78ac17ad22a02b4538cd9cee92940ed4b85
Changeset: http://git.rtems.org/rtems-docs/commit/?id=aaf9c78ac17ad22a02b4538cd9cee92940ed4b85
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Jun 1 07:09:20 2018 +0200
c-user: RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE
Close #3437.
---
c-user/fatal_error.rst | 4 ++++
1 file changed, 4 insertions(+)
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
More information about the vc
mailing list