[PATCH] D9040: [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).

Devin Coughlin via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 22 15:49:00 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248336: [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0). (authored by dcoughlin).

Changed prior to commit:
  http://reviews.llvm.org/D9040?vs=34583&id=35432#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D9040

Files:
  cfe/trunk/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  cfe/trunk/test/Analysis/malloc.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9040.35432.patch
Type: text/x-patch
Size: 4570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150922/547400a4/attachment-0001.bin>


More information about the cfe-commits mailing list