Files
codeql/cpp/ql/lib/change-notes/2022-02-02-detect-missing-mode-argument-for-open.md
2022-02-02 17:24:55 +01:00

208 B

category
category
newQuery
  • Added a new query, cpp/open-call-with-mode-argument, to detect when open or openat is called with the O_CREAT or O_TMPFILE flag but when the mode argument is omitted.