Skip to content

Commit

Permalink
Revert "Hide mutex structure contents in base analysis"
Browse files Browse the repository at this point in the history
This reverts commit 3841fe7.
  • Loading branch information
sim642 committed May 27, 2022
1 parent a4937cf commit 4bc3f35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cdomains/valueDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,6 @@ struct
let mu = function `Blob (`Blob (y, s', orig), s, orig2) -> `Blob (y, ID.join s s',orig) | x -> x in
let r =
match x, offs with
| _, _ when is_mutex_type t -> `Top (* hide mutex structure contents, not updated anyway *)
| `Blob (x,s,orig), `Index (_,ofs) ->
begin
let l', o' = shift_one_over l o in
Expand Down

0 comments on commit 4bc3f35

Please sign in to comment.