Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cbe6f commit 160635bCopy full SHA for 160635b
1 file changed
cpp/ql/lib/semmle/code/cpp/commons/Printf.qll
@@ -22,6 +22,9 @@ class BufferWriteEstimationReason extends TBufferWriteEstimationReason {
22
this = TValueFlowAnalysis()
23
}
24
25
+ /**
26
+ * Returns a human readable representation of this reason
27
+ */
28
string toString() {
29
this = TTypeBoundsAnalysis() and result = "based on type bounds"
30
or
0 commit comments