We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
addressDomain
1 parent 5da3024 commit 6fff4c2Copy full SHA for 6fff4c2
src/cdomain/value/cdomains/addressDomain.ml
@@ -270,9 +270,7 @@ struct
270
let needle' = List.map Addr.to_c_string (elements needle) in
271
272
(* helper functions *)
273
- let extract_lval_string = function
274
- | Some s -> of_string s
275
- | None -> null_ptr in
+ let extract_lval_string = BatOption.map_default of_string null_ptr in
276
let compute_substring s1 s2 =
277
try
278
let i = Str.search_forward (Str.regexp_string s2) s1 0 in
0 commit comments