Skip to content

Commit

Permalink
Keep TODO about count of memset in base.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstanb committed Oct 1, 2023
1 parent 3da9205 commit 89abb1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analyses/base.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2094,6 +2094,7 @@ struct
in
let st = match desc.special args, f.vname with
| Memset { dest; ch; count; }, _ ->
(* TODO: check count *)
let eval_ch = eval_rv (Analyses.ask_of_ctx ctx) gs st ch in
let dest_a, dest_typ = addr_type_of_exp dest in
let value =
Expand Down

0 comments on commit 89abb1a

Please sign in to comment.