Skip to content

Commit 6988912

Browse files
authored
Update UndefinedOrImplementationDefinedBehavior.ql
1 parent c63dff6 commit 6988912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,5 @@ where
163163
or
164164
eots.dangerousCrementChanges()
165165
)
166-
select eots, "This expression may have undefined behavior, because the order of evaluation is not specified."
166+
select eots,
167+
"This expression may have undefined behavior, because the order of evaluation is not specified."

0 commit comments

Comments
 (0)