We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172956a commit b6ce5f7Copy full SHA for b6ce5f7
1 file changed
src/analyses/base.ml
@@ -2237,7 +2237,6 @@ struct
2237
let special_unknown_invalidate man f args =
2238
(if CilType.Varinfo.equal f dummyFunDec.svar then (
2239
M.warn ~category:Imprecise ~tags:[Category Call] "Unknown function ptr called";
2240
- Checks.warn Checks.Category.InvalidMemoryAccess "Unknown function ptr called"
2241
));
2242
let desc = LF.find f in
2243
let shallow_addrs = LibraryDesc.Accesses.find desc.accs { kind = Write; deep = false } args in
0 commit comments