We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uninit
malloc_null
1 parent 125672a commit 7ab076eCopy full SHA for 7ab076e
src/analyses/malloc_null.ml
@@ -103,7 +103,7 @@ struct
103
| _ -> false)
104
|> Queries.AD.join a
105
(* Ignore soundness warnings, as invalidation proper will raise them. *)
106
- | _ -> AD.empty () (* TODO: correct?! *)
+ | _ -> a
107
in
108
List.fold_left do_exp (AD.empty ()) args
109
src/analyses/uninit.ml
@@ -202,7 +202,7 @@ struct
202
203
204
205
- | _ -> AD.empty ()
206
207
List.fold_right do_exp args (AD.empty ())
208
0 commit comments