We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c5129 commit 3841fe7Copy full SHA for 3841fe7
1 file changed
src/cdomains/valueDomain.ml
@@ -883,6 +883,7 @@ struct
883
let mu = function `Blob (`Blob (y, s', orig), s, orig2) -> `Blob (y, ID.join s s',orig) | x -> x in
884
let r =
885
match x, offs with
886
+ | _, _ when is_mutex_type t -> `Top (* hide mutex structure contents, not updated anyway *)
887
| `Blob (x,s,orig), `Index (_,ofs) ->
888
begin
889
let l', o' = shift_one_over l o in
0 commit comments