]> granicus.if.org Git - clang/commit
Fix pr6293. If ptr is NULL, no operation is preformed.
authorZhongxing Xu <xuzhongxing@gmail.com>
Sun, 14 Feb 2010 06:49:48 +0000 (06:49 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sun, 14 Feb 2010 06:49:48 +0000 (06:49 +0000)
commit181cc3df6e0046a154a8a174d551d57af4561998
tree9fdc3ea74c806ab365303f692473030c1415c3a7
parent6dd66ed959b7f60749dd0040507b3f304183a1b6
Fix pr6293. If ptr is NULL, no operation is preformed.

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