infer icon indicating copy to clipboard operation
infer copied to clipboard

`--biabduction-unsafe-malloc` doesn't assume that `calloc()` and `realloc()` never return null

Open apaz-cli opened this issue 1 year ago • 1 comments

When projects make the assumption that malloc() never returns null (as is the default on popular operating systems), they typically also make the same assumptions for calloc() and realloc(). Am I blind and I just need to read the docs, or does a solution for this exist?

apaz-cli avatar Nov 11 '23 17:11 apaz-cli

my question exactly!

Joao-Peterson avatar Dec 01 '23 03:12 Joao-Peterson