We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83e76c commit 4b1b6faCopy full SHA for 4b1b6fa
src/analyses/memOutOfBounds.ml
@@ -115,7 +115,7 @@ struct
115
in
116
(* Map each points-to-set element to its size *)
117
let pts_sizes = List.map pts_elems_to_sizes pts_list in
118
- (* Take the smallest of all sizes that ptr's contents may have *)
+ (* Smallest size, which contains all sizes that ptr's contents may have *)
119
begin match pts_sizes with
120
| [] -> `Bot
121
| [x] -> x
0 commit comments