Skip to content
Commit a1b227b6 authored by Anna Zaks's avatar Anna Zaks
Browse files

[analyzer] MallocChecker: implement pessimistic version of the checker,

which allows values to escape through unknown calls.

Assumes all calls but the malloc family are unknown.

Also, catch a use-after-free when a pointer is passed to a
function after a call to free (previously, you had to explicitly
dereference the pointer value).

llvm-svn: 150112
parent cd37bf4e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment