Files
codeql/cpp/ql/src/change-notes/released/0.3.2.md
2022-08-11 11:12:15 +00:00

243 B

0.3.2

Minor Analysis Improvements

  • The query cpp/bad-strncpy-size now covers more strncpy-like functions than before, including strxfrm(_l), wcsxfrm(_l), and stpncpy. Users of this query may see an increase in results.