We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c3993 commit 2f56ec7Copy full SHA for 2f56ec7
go/ql/lib/semmle/go/security/IncorrectIntegerConversionLib.qll
@@ -260,7 +260,8 @@ private class MaxValueState extends TMaxValueState {
260
*/
261
abstract class FlowStateTransformer extends DataFlow::Node {
262
/**
263
- * Holds if this should be a barrier for `flowstate`.
+ * Holds if this should be a barrier for a flow state with bit size `bitSize`
264
+ * and architecture bit size `architectureBitSize`.
265
*
266
* This includes flow states which are transformed into other flow states.
267
0 commit comments