[PATCH] D11832: [Patch] [Analyzer] false positive: Potential leak connected with memcpy (PR 22954)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 31 13:18:40 PDT 2015
xazax.hun added a comment.
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
Repository:
rL LLVM
http://reviews.llvm.org/D11832
More information about the cfe-commits
mailing list