We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993a045 commit 4ea0756Copy full SHA for 4ea0756
src/cdomains/valueDomain.ml
@@ -201,7 +201,7 @@ struct
201
let typAttr = typeAttrs ai in
202
let can_recover_from_top = ArrayDomain.can_recover_from_top (ArrayDomain.get_domain ~varAttr ~typAttr) in
203
let len = array_length_idx (IndexDomain.top ()) length in
204
- Array (CArrays.make ~varAttr ~typAttr len (if can_recover_from_top then (top_value ai) else (bot_value ai)))
+ Array (CArrays.make ~varAttr ~typAttr len (if can_recover_from_top then (top_value ai) else Bot))
205
| TNamed ({ttype=t; _}, _) -> top_value ~varAttr t
206
| _ -> Top
207
0 commit comments