Skip to content

Commit

Permalink
IsMallocCalled should be may
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Nov 19, 2023
1 parent 7289ec3 commit 720cfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyses/memLeak.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open AnalysisStateUtil

module ToppedVarInfoSet = SetDomain.ToppedSet(CilType.Varinfo)(struct let topname = "All Heap Variables" end)
module ThreadsToHeapVarsMap = MapDomain.MapBot(ThreadIdDomain.Thread)(ToppedVarInfoSet)
module WasMallocCalled = BoolDomain.MustBool
module WasMallocCalled = BoolDomain.MayBool
module Spec : Analyses.MCPSpec =
struct
include Analyses.IdentitySpec
Expand Down

0 comments on commit 720cfee

Please sign in to comment.