We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7564b commit 172956aCopy full SHA for 172956a
1 file changed
src/analyses/base.ml
@@ -1189,10 +1189,8 @@ struct
1189
if AD.is_top fp then (
1190
if AD.cardinal fp = 1 then (
1191
M.warn ~category:Imprecise ~tags:[Category Call] "Unknown call to function %a." d_exp fval;
1192
- Checks.warn Checks.Category.InvalidMemoryAccess "Unknown call to function %a." d_exp fval
1193
) else (
1194
M.warn ~category:Imprecise ~tags:[Category Call] "Function pointer %a may contain unknown functions." d_exp fval;
1195
- Checks.warn Checks.Category.InvalidMemoryAccess "Function pointer %a may contain unknown functions." d_exp fval
1196
)
1197
);
1198
fp
0 commit comments