]> granicus.if.org Git - clang/commit
[analyzer] Malloc: remove assert since is not valid as of r161248
authorAnna Zaks <ganna@apple.com>
Sat, 4 Aug 2012 02:04:27 +0000 (02:04 +0000)
committerAnna Zaks <ganna@apple.com>
Sat, 4 Aug 2012 02:04:27 +0000 (02:04 +0000)
commit4d33286d59e5d71a072c7e08ea0c5dd65e45b81c
tree74c643efe31bbe5d3e4097d13e075ac67d02e652
parentb34eb0c6f0ea24047ad2439825b4f6348e380315
[analyzer] Malloc: remove assert since is not valid as of r161248

We can be in the situation where we did not track the symbol before
realloc was called on it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161294 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
test/Analysis/malloc.c