We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f66be2 commit 69fd28bCopy full SHA for 69fd28b
src/analyses/base.ml
@@ -2174,9 +2174,9 @@ struct
2174
set ~ctx:(Some ctx) (Analyses.ask_of_ctx ctx) gs st dest_a dest_typ value
2175
| _, _ -> failwith "strange bzero arguments"
2176
end
2177
- | `Unknown "F59" (* strcpy *)
2178
- | `Unknown "F60" (* strncpy *)
2179
- | `Unknown "F63" (* memcpy *)
+ | `Unknown ("F59" | "strcpy")
+ | `Unknown ("F60" | "strncpy")
+ | `Unknown ("F63" | "memcpy")
2180
->
2181
begin match args with
2182
| [dst; src]
0 commit comments