Skip to content

Commit 4d36666

Browse files
ihsinmegeoffw0
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-758/UndefinedOrImplementationDefinedBehavior.ql
Co-authored-by: Geoffrey White <[email protected]>
1 parent eedcb01 commit 4d36666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-758/UndefinedOrImplementationDefinedBehavior.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Errors Of Undefined Program Behavior
33
* @description --In some situations, the code constructs used may be executed in the wrong order in which the developer designed them.
44
* --For example, if you call multiple functions as part of a single expression, and the functions have the ability to modify a shared resource, then the sequence in which the resource is changed can be unpredictable.
5-
* --These code snippets look suspicious and require the developer's attentio.
5+
* --These code snippets look suspicious and require the developer's attention.
66
* @kind problem
77
* @id cpp/errors-of-undefined-program-behavior
88
* @problem.severity warning

0 commit comments

Comments
 (0)