Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="2063ba361dd55dd6-4de4e305-483941d0-88aa9fcb-5d84ea96d180022340a76a0b"><ac:parameter ac:name=""> asynchronous-safe</ac:parameter></ac:structured-macro> *asynchronous-safe* \[[GNU Pth|AA. C References#GNU Pth]\] A function is asynchronous-safe, or asynchronous-signal safe, if it can be called safely and without side effects from within a signal handler context. That is, it must be able to be interrupted at any point and run linearly out of sequence without causing an inconsistent state. It must also function properly when global data might itself be in an inconsistent state. Some asynchronous-safe operations are listed here: |
...
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="85eed0cecc3877b4-e12315cf-48e446f8-83fc8ba1-a0f6ab3174a02ee3327f776f"><ac:parameter ac:name=""> availability</ac:parameter></ac:structured-macro> *availability* \[[IEEE Std 610.12 1990|AA. C References#IEEE Std 610.12 1990]\] The degree to which a system or component is operational and accessible when required for use. Often expressed as a probability. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="c1187ed9da13c4ea-bc027947-474d4dd8-b3e08b05-876852290981faef87b6b850"><ac:parameter ac:name=""> basic exception safety</ac:parameter></ac:structured-macro> *basic exception safety* \[[Stroustrup 01|AA. C++ References#Stroustrup 01]\], \[[Sutter 00|AA. C++ References#Sutter 00]\] The basic exception safety guarantee is a property of an operation such that, if the operation terminates by raising an exception, it preserves program state invariants and prevents resource leaks. See also: [exception safety|BB. Definitions#exception safety], [strong exception safety|BB. Definitions#strong exception safety], [no-throw guarantee|BB. Definitions#no-throw guarantee]. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="d7b66fdade32a6c0-1e0a0a5f-4f354fde-9ffab47c-f0c7583cbf8b8e6309fb8af2"><ac:parameter ac:name=""> conforming program</ac:parameter></ac:structured-macro> *conforming* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Conforming programs may depend upon nonportable features of a conforming implementation. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="b8119f376dce3606-85224ebc-40b549d8-bf7e84c1-e1672873ef9d95e1fd271570"><ac:parameter ac:name=""> data race</ac:parameter></ac:structured-macro> *data race* \[ISO/IEC Document Number N3000 -- Working Draft, Standard for Programming Language C++, November 2009\] The execution of a program contains a data race if it contains two conflicting actions in different threads, at least one of which is not atomic, and neither happens before the other. Any such data race results in undefined behavior. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="6055d53c8e634eed-f29f3c34-43f24576-a15abf53-773d497ed045bd7477e2eb8a"><ac:parameter ac:name=""> error tolerance</ac:parameter></ac:structured-macro> *error tolerance* \[[IEEE Std 610.12 1990|AA. C References#IEEE Std 610.12 1990]\] The ability of a system or component to continue normal operation despite the presence of erroneous inputs. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="c8d1b6e91db20771-b27fdfd1-4cf1486b-be6bb2ec-5703aaf1edaa11f35480ba9e"><ac:parameter ac:name=""> exception safety</ac:parameter></ac:structured-macro> *exception safety* \[[Stroustrup 01|AA. C++ References#Stroustrup 01]\] An operation on an object is said to be exception safe if that operation leaves the object in a valid state when the operation is terminated by throwing an exception. See also: [basic exception safety|BB. Definitions#basic exception safety], [strong exception safety|BB. Definitions#strong exception safety], [no-throw guarantee|BB. Definitions#no-throw guarantee]. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="e9732303d3909551-e1ef2bac-403d408f-a889990b-dc47204eb228f7cc02857c25"><ac:parameter ac:name=""> exploit</ac:parameter></ac:structured-macro> *exploit* \[[Seacord 05a|AA. C References#Seacord 05]\] An exploit is a piece of software or technique that takes advantage of a security vulnerability to violate an explicit or implicit [security policy|BB. Definitions#security policy]. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="6a55e044975c46ce-a54bacfd-447144cd-89db993c-2c4937294b86b496697b839b"><ac:parameter ac:name=""> fail safe</ac:parameter></ac:structured-macro> *fail safe* \[[IEEE Std 610.12 1990|AA. C References#IEEE Std 610.12 1990]\] Pertaining to a system or component that automatically places itself in a safe operating mode in the event of a failure; for example, a traffic light that reverts to blinking red in all directions when normal operation fails. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="2ec48606d10a8b6b-1625a355-4e8a4444-afe3bd45-137a980e6f2e78a039577192"><ac:parameter ac:name=""> fail soft</ac:parameter></ac:structured-macro> *fail soft* \[[IEEE Std 610.12 1990|AA. C References#IEEE Std 610.12 1990]\] Pertaining to a system or component that continues to provide partial operational capability in the event of certain failures; for example, a traffic light that continues to alternate between red and green if the yellow light fails. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="523341d50507059e-3068549b-412d4d0f-a287b756-90345ea76248f35d74a97f15"><ac:parameter ac:name=""> fault tolerance</ac:parameter></ac:structured-macro> *fault tolerance* \[[IEEE Std 610.12 1990|AA. C References#IEEE Std 610.12 1990]\] The ability of a system or component to continue normal operation despite the presence of hardware or software faultssoftware faults. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="4becde6c-ed1b-4d4d-9cf6-6a4dffc0b037"><ac:parameter ac:name=""> free store</ac:parameter></ac:structured-macro>
*free store* \[[ISO/IEC 14882-2003| AA. C++ References#ISO/IEC 14882-2003]\]
Storage managed by the C++ allocation and deallocation functions {{::operator new(std::size_t)}}, {{::operator delete(void*)}}, their array forms {{::operator new[](std::size_t)}}, {{::operator delete[](void*)}}, overloads of said functions on {{std::nothrow_t}}, any user-defined replacements for said functions, as well as any such functions defined as a member of a class. Storage in the free store is distinct from storage managed by the C functions {{calloc}}, {{free}}, {{malloc}}, and {{realloc}}. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="95c6416c707d5fa0-be00e5f4-49004a74-a084b6aa-ed60ce6e1387f775511589bb"><ac:parameter ac:name=""> freestanding environment</ac:parameter></ac:structured-macro> *freestanding environment* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] An environment in which C program execution may take place without any benefit of an operating system. Program startup might occur at some function other than {{main()}}, complex types might not be implemented, and only certain minimal library facilities are guaranteed to be available. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="77147039b665bf69-705db515-43294a49-8baa9cb1-ed81b62724f4bdc378167ab0"><ac:parameter ac:name=""> hosted environment</ac:parameter></ac:structured-macro> *hosted environment* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] An environment that is not freestanding. Program startup occurs at {{main()}}, complex types are implemented, and all C standard library facilities are available. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="5f2bafbf01397936-3a5c8f05-462b46d9-ace29fe4-f44af3c776f7aae9156031d4"><ac:parameter ac:name=""> implementation</ac:parameter></ac:structured-macro> *implementation* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Particular set of software, running in a particular translation environment under particular control options, that performs translation of programs for, and supports execution of functions in, a particular execution environment. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="d966e1ec1353d25a-534c9f18-47644f80-bf6ba793-88caa338a26fbd62916d94df"><ac:parameter ac:name=""> implementation-defined behavior</ac:parameter></ac:structured-macro> *implementation-defined behavior* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Unspecified behavior where each implementation documents how the choice is made. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="58062a7336e19ffe-f81a013f-4daa4c0d-a45086e2-61bc6c9638bf8c1ffefb0b96"><ac:parameter ac:name=""> incomplete type</ac:parameter></ac:structured-macro> *incomplete type* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] An incomplete type is a type that describes an identifier but lacks information needed to determine the size of the identifier. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="95de1eceee3d267d-2bb2503c-479a4ff9-844ba11f-5167468492b5245842f95fc8"><ac:parameter ac:name=""> locale-specific behavior</ac:parameter></ac:structured-macro> *locale-specific behavior* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Behavior that depends on local conventions of nationality, culture, and language that each implementation documents. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="9d1379eb4c81ec0e-a4df7c1a-4e484323-8fad85f0-79520e7c2bb92ad2fae6cb2b"><ac:parameter ac:name=""> lvalue</ac:parameter></ac:structured-macro> *lvalue* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] An lvalue is an expression with an object type or an incomplete type other than {{void}}. The name "lvalue" comes originally from the assignment expression {{E1 = E2}}, in which the left operand {{E1}} is required to be a (modifiable) lvalue. It is perhaps better considered as representing an object "locator value". |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="41333c6fb26fbf4d-a8f77767-49b94e64-b632831a-bafbd3009f15b38c6c09e81b"><ac:parameter ac:name=""> mitigation</ac:parameter></ac:structured-macro> *mitigation* \[[Seacord 05a|AA. C References#Seacord 05]\] Mitigations are methods, techniques, processes, tools, or runtime libraries that can prevent or limit exploits against vulnerabilities. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="4d890b4da0290aef-33d268ed-410a46b3-89ae9354-70365f707790da83adeb9603"><ac:parameter ac:name=""> no-throw guarantee</ac:parameter></ac:structured-macro> *no-throw guarantee* \[[Sutter 00|AA. C++ References#Sutter 00]\] The no-throw guarantee is a property of an operation such that it is guaranteed to complete successfully without raising or propagating an exception. See also: [exception safety|BB. Definitions#exception safety], [basic exception safety|BB. Definitions#basic exception safety], [strong exception safety|BB. Definitions#strong exception safety]. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="0bdaebd690d23359-97b3857c-4e324df4-823d836f-ea805516244aafcf11e1494f"><ac:parameter ac:name=""> reentrant</ac:parameter></ac:structured-macro> *reentrant* \[[Dowd 06|AA. C References#Dowd 06]\] A function is reentrant if multiple instances of the same function can run in the same address space concurrently without creating the potential for inconsistent states. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="fd02ccf1c2c71a7b-daa991c4-409a4156-9d2fbdb9-2eedc0e875b34e4303847f5d"><ac:parameter ac:name=""> reliability</ac:parameter></ac:structured-macro> *reliability* \[[IEEE Std 610.12 1990|AA. C References#IEEE Std 610.12 1990]\] The ability of a system or component to perform its required functions under stated conditions for a specified period of time. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="3b63c566f10eb93a-24948afe-47484285-871d97bf-6c8e9018ba78887d537a4687"><ac:parameter ac:name=""> robustness</ac:parameter></ac:structured-macro> *robustness* \[[IEEE Std 610.12 1990|AA. C References#IEEE Std 610.12 1990]\] The degree to which a system or component can function correctly in the presence of invalid inputs or stressful environmental conditions. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="e4b5ce2c076db58c-21be0e3e-477f451f-ace9aa13-8da9458ae33c6d21dcd3f872"><ac:parameter ac:name=""> rvalue</ac:parameter></ac:structured-macro> *rvalue* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Value of an expression. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="377c56baebda0867-76756f2d-4d1b4fae-bacbbf4c-ff7c509e8698a24202773b80"><ac:parameter ac:name=""> security flaw</ac:parameter></ac:structured-macro> *security flaw* \[[Seacord 05a|AA. C References#Seacord 05]\] A security flaw is a software defect that poses a potential security risk. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="72372721361e9801-1369ee31-4d6d4080-805e9eda-9b182760ccf06c37c3d490cb"><ac:parameter ac:name=""> security policy</ac:parameter></ac:structured-macro> *security policy* \[[Internet Society 00|AA. C References#Internet Society 00]\] A set of rules and practices that specify or regulate how a system or organization provides security services to protect sensitive and critical system resources. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="700025fcd0bf8099-6c6098ee-47ea476e-b7818e9c-81e67f3718a5c27f288d179b"><ac:parameter ac:name=""> sequence point</ac:parameter></ac:structured-macro> *sequence point* C99 \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Evaluation of an expression may produce side effects. At specific points in the execution sequence called _sequence points_, all side effects of previous evaluations have completed, and no side effects of subsequent evaluations have yet taken place. |
...
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="e1e185946b69710a-322b25eb-424d4e41-b3be89f1-8c32402beed9d740b52d7996"><ac:parameter ac:name=""> strictly conforming</ac:parameter></ac:structured-macro> *strictly conforming* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] A strictly conforming program is one that uses only those features of the language and library specified in the international standard. Strictly conforming programs are intended to be maximally portable among conforming implementations and can't, for example, depend upon implementation-defined behavior. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="797a1b933e624e90-d424ff74-44844f01-895ca24f-b122aff8fecafb99cdb8e134"><ac:parameter ac:name=""> strong exception safety</ac:parameter></ac:structured-macro> *strong exception safety* \[[Stroustrup 01|AA. C++ References#Stroustrup 01]\], \[[Sutter 00|AA. C++ References#Sutter 00]\] The strong exception safety guarantee is a property of an operation such that, in addition to satisfying the [basic exception safety|BB. Definitions#basic exception safety] guarantee, if the operation terminates by raising an exception it has no observable effects on program state. See also: [exception safety|BB. Definitions#exception safety], [basic exception safety|BB. Definitions#basic exception safety], [no-throw guarantee|BB. Definitions#no-throw guarantee]. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="6d2d853b46e07065-33c8a86b-4b1e4ccd-9e9ca912-ebda8866381e2fdc2f49052f"><ac:parameter ac:name=""> undefined behavior</ac:parameter></ac:structured-macro> *undefined behavior* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Behavior, upon use of a nonportable or erroneous program construct or of erroneous data, for which the standard imposes no requirements. An example of undefined behavior is the behavior on integer overflow. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="5296b964fd441928-793a903b-41c74695-8059aab4-0fc215805fad4418e0a06d05"><ac:parameter ac:name=""> unspecified behavior</ac:parameter></ac:structured-macro> *unspecified behavior* \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Behavior where the standard provides two or more possibilities and imposes no further requirements on which is chosen in any instance. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="dfd10559a5a3420a-4c5a3f01-45d94afa-89e78c7a-139c5dcaf7f19f64db05f6a2"><ac:parameter ac:name=""> validation</ac:parameter></ac:structured-macro> *validation* \[[IEC 61508-4|AA. C References#IEC 61508-4]\] Confirmation by examination and provision of objective evidence that the particular requirements for a specific intended use are fulfilled. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="c69c9a995827e98c-4adb83f4-4e9c4c0b-9dbf9b21-01a9e14b1fd45e81bcc7a16d"><ac:parameter ac:name=""> verification</ac:parameter></ac:structured-macro> *verification* \[[IEC 61508-4|AA. C References#IEC 61508-4]\] Confirmation by examination and provision of objective evidence that the requirements have been fulfilled. |
Wiki Markup |
---|
<ac:structured-macro ac:name="anchor" ac:schema-version="1" ac:macro-id="003f6495552aea47-743f91cb-4821465e-9437ab84-786acad776ee85f6e21f7a1b"><ac:parameter ac:name=""> vulnerability</ac:parameter></ac:structured-macro> *vulnerability* \[[Seacord 05a|AA. C References#Seacord 05]\] A vulnerability is a set of conditions that allows an attacker to violate an explicit or implicit security policy. |