Skip to content

Commit 74f372d

Browse files
authored
Update UndefinedOrImplementationDefinedBehavior.ql
1 parent 166a6b0 commit 74f372d

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
@@ -163,4 +163,4 @@ where
163163
or
164164
eots.dangerousCrementChanges()
165165
)
166-
select eots, "This expression may have undefined behavior."
166+
select eots, "This expression may have undefined behavior, because the order of evaluation is not specified."

0 commit comments

Comments
 (0)