[PATCH] D11832: [Patch] [Analyzer] false positive: Potential leak connected with memcpy (PR 22954)
pierre gousseau via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 02:49:46 PDT 2015
pgousseau added a comment.
In http://reviews.llvm.org/D11832#237110, @pgousseau wrote:
> In http://reviews.llvm.org/D11832#236672, @xazax.hun wrote:
>
> > I reverted the commit until this assertion is fixed.
> >
> > Steps to reproduce:
> > Download the following preprocessed file: F804743: clang_crash_7QnDaH.i <http://reviews.llvm.org/F804743>
> > Execute the analyzer on that one: clang -cc1 -analyze -analyzer-checker=core -analyzer-checker=unix -fblocks clang_crash_7QnDaH.i
>
>
> Thanks for the reproducible and revert, I will have a look !
I have now uploaded a patch for this at http://reviews.llvm.org/D12571
Repository:
rL LLVM
http://reviews.llvm.org/D11832
More information about the cfe-commits
mailing list