[PATCH] D11832: [Patch] [Analyzer] false positive: Potential leak connected with memcpy (PR 22954)

pierre gousseau via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 00:30:54 PDT 2015


pgousseau added a comment.

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 !


Repository:
  rL LLVM

http://reviews.llvm.org/D11832





More information about the cfe-commits mailing list