Skip to content

Commit

Permalink
Let mallocWrapper analysis also run in modular mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhard committed Nov 28, 2023
1 parent b48ad6a commit a6eab9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/analyses/wrapperFunctionAnalysis.ml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ module MallocWrapper : MCPSpec = struct

let finalize () =
NodeVarinfoMap.marshal ()

(* TODO: Adapt implementaiton for modular mode to not yield additional contexts *)
let modular_support () = Both
end


Expand Down

0 comments on commit a6eab9c

Please sign in to comment.