We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46438a commit 3ad6b39Copy full SHA for 3ad6b39
1 file changed
src/analyses/base.ml
@@ -2168,7 +2168,7 @@ struct
2168
end
2169
| _, _ when get_bool "sem.unknown_function.spawn" ->
2170
(* TODO: Remove sem.unknown_function.spawn check because it is (and should be) really done in LibraryFunctions.
2171
- But here we consider all non-ThreadCrate functions also unknown, so old-style LibraryFunctions access
+ But here we consider all non-ThreadCreate functions also unknown, so old-style LibraryFunctions access
2172
definitions using `Write would still spawn because they are not truly unknown functions (missing from LibraryFunctions).
2173
Need this to not have memmove spawn in SV-COMP. *)
2174
let shallow_args = LibraryDesc.Accesses.find desc.accs { kind = Spawn; deep = false } args in
0 commit comments