Skip to content

Commit

Permalink
Add MemOOB to goblint_lib.ml (PR #1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Sep 28, 2023
1 parent 6701f5d commit eb674b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goblint_lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module MallocFresh = MallocFresh
module Malloc_null = Malloc_null
module MemLeak = MemLeak
module UseAfterFree = UseAfterFree
module MemOutOfBounds = MemOutOfBounds

(** {2 Concurrency}
Expand Down

0 comments on commit eb674b7

Please sign in to comment.