Docu: Improvements

This commit is contained in:
Mario Hüttel 2021-03-18 23:18:18 +01:00
parent ae97a69d26
commit 857838f293
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ On each run of the safety controller's handling function (:c:func:`safety_contro
.. doxygenfunction:: stack_check_corruption_detect_area
This function constantly checks the memory area for write modifications, and therefore detects, if the stack or heap have grown outside their boundaries.
This function checks the memory area for write modifications, and therefore detects, if the stack or heap have grown outside their boundaries. This canary approach does, however, not guarantee a full protection against heap or stack overflows.