You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/ql/src/Likely Bugs/Arithmetic/IntMultToLong.ql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,4 +103,4 @@ where t1 = me.getType().getUnderlyingType() and
103
103
)and
104
104
e.(Literal).getType().getSize()=t2.getSize()
105
105
)
106
-
selectme,"Cast to '"+me.getFullyConverted().getType().toString()+"' before multiplication to avoid potential overflow."
106
+
selectme,"Multiplication result may overflow '"+me.getType().toString()+"' before it is converted to '"+me.getFullyConverted().getType().toString()+"'."
0 commit comments