mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Update DangerousUseOfTransformationAfterOperation.qhelp
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"qhelp.dtd">
|
"qhelp.dtd">
|
||||||
<qhelp>
|
<qhelp>
|
||||||
<overview>
|
<overview>
|
||||||
<p>Searching for places where data type conversion occurs late and does not affect the computational result.</p>
|
<p>Search for places where the result of the multiplication is subjected to explicit conversion, not the arguments. Therefore, during the multiplication period, you can lose meaningful data.</p>
|
||||||
|
|
||||||
|
|
||||||
</overview>
|
</overview>
|
||||||
|
|||||||
Reference in New Issue
Block a user