[PATCH] D11832: [Patch] [Analyzer] false positive: Potential leak connected with memcpy (PR 22954)
Devin Coughlin via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 28 15:27:08 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL246345: [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entireā¦ (authored by dcoughlin).
Changed prior to commit:
http://reviews.llvm.org/D11832?vs=33402&id=33478#toc
Repository:
rL LLVM
http://reviews.llvm.org/D11832
Files:
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
cfe/trunk/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp
cfe/trunk/test/Analysis/pr22954.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11832.33478.patch
Type: text/x-patch
Size: 39344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150828/2cd31403/attachment-0001.bin>
More information about the cfe-commits
mailing list