Closed jonas-schievink closed 3 years ago
Fixes these warnings:
[2021-09-16T16:06:53Z WARN cargo_call_stack] no type information for `memcpy` [2021-09-16T16:06:54Z WARN cargo_call_stack] the program contains untyped, external symbols (e.g. linked in from binary blobs); indirect function calls can not be bounded
Thanks! (it would be great to get these from llvm-ir instead of hard-coding them because there are other symbols that come up, e.g. memset)
memset
Fixes these warnings: