Files
codeql/cpp/ql/test/query-tests
Paolo Tranquilli c117a1e21f C++: demote VeryLikelyOverrunWrite cast results
There were some false positives where something like

    int x;
    // ...
    sprintf(buff, "%ld", (long)x);

was considered as if the parameter had a non-trivial range analysis only
because the range of `int` is smaller than the range for `long`, without
any non-trivial range analysis actually done on `x`.

These will now be reported by `OverrunWrite` instead.
2022-01-13 11:59:48 +00:00
..
2019-05-01 10:58:03 +01:00
2021-06-07 11:01:00 +01:00
2021-03-30 12:58:04 +01:00
2019-09-09 11:25:53 +02:00