[clang] [clang][analyzer] StreamChecker: Model getc, vfscanf, putc, vfprintf (PR #82476)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 26 09:15:43 PST 2024
================
@@ -65,12 +65,24 @@ void check_fseek(void) {
fclose(fp);
}
+void check_fseeko(void) {
----------------
balazske wrote:
If we have these null pointer tests for all functions, `vfprintf` and `vfscanf` could be added too.
https://github.com/llvm/llvm-project/pull/82476
More information about the cfe-commits
mailing list