Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wiki Markup
When certain kinds of errors are detected, such as irrecoverable logic errors, rather than risk data corruption by continuing to execute in an indeterminate state, the appropriate strategy may be for the system to quickly shut down, allowing the operator to start it afresh in a determinate state.
\[[ISO/IEC PDTRTR 24772-2010|AA. Bibliography#ISO/ISO/IEC PDTRTR 24772:2010]\] Section 6.47, "REU Termination strategy," says:

...

C Secure Coding Standard

ERR04-C. Choose an appropriate termination strategy

C++ Secure Coding Standard

ERR04-CPP. Choose an appropriate termination strategy

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f81b4398ea72ec11-7c811db3-4c594ddc-931eb459-cd760945d6848fe2f2fad632"><ac:plain-text-body><![CDATA[

[[MITRE 07

AA. Bibliography#MITRE 07]]

[CWE ID 705

http://cwe.mitre.org/data/definitions/705.html], "Incorrect Control Flow Scoping"

]]></ac:plain-text-body></ac:structured-macro>

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="11c6c6f04a4a57f0-6e3ae8ea-484d4539-a97387e0-01841ab8d3215a4ba3d7386e"><ac:plain-text-body><![CDATA[

[[ISO/IEC PDTR 24772

AA. Bibliography#ISO/IEC PDTR 24772]]

"REU Termination strategy"

]]></ac:plain-text-body></ac:structured-macro>

...