Query
Relevant PR: github/codeql#6231
Report
in this query I am looking for possible undefined behavior errors in expressions.
I have identified 4 main areas:
dangerous use of several incremental (decremental) operations, between sequence points.
using the functions of freeing resources.
the use of a common argument that can change the value inside the function.
the presence of a common global variable that can change its value.
Result(s)
Query
Relevant PR: github/codeql#6231
Report
in this query I am looking for possible undefined behavior errors in expressions.
I have identified 4 main areas:
dangerous use of several incremental (decremental) operations, between sequence points.
using the functions of freeing resources.
the use of a common argument that can change the value inside the function.
the presence of a common global variable that can change its value.
Result(s)