Re: [libcxxabi] r278579 - Fix ASAN failures in the demangler

2016-08-15 Thread Hans Wennborg via cfe-commits
Merged in r278675. Thanks! On Fri, Aug 12, 2016 at 5:54 PM, Mehdi Amini wrote: > CC hans. > > >> On Aug 12, 2016, at 5:50 PM, Duncan P. N. Exon Smith >> wrote: >> >> This seems like a good candidate to cherry-pick to 3.9. >> >>> On 2016-Aug-12, at 17:02, Mehdi Amini via cfe-commits >>> wrote:

Re: [libcxxabi] r278579 - Fix ASAN failures in the demangler

2016-08-12 Thread Mehdi Amini via cfe-commits
CC hans. > On Aug 12, 2016, at 5:50 PM, Duncan P. N. Exon Smith > wrote: > > This seems like a good candidate to cherry-pick to 3.9. > >> On 2016-Aug-12, at 17:02, Mehdi Amini via cfe-commits >> wrote: >> >> Author: mehdi_amini >> Date: Fri Aug 12 19:02:33 2016 >> New Revision: 278

Re: [libcxxabi] r278579 - Fix ASAN failures in the demangler

2016-08-12 Thread Duncan P. N. Exon Smith via cfe-commits
This seems like a good candidate to cherry-pick to 3.9. > On 2016-Aug-12, at 17:02, Mehdi Amini via cfe-commits > wrote: > > Author: mehdi_amini > Date: Fri Aug 12 19:02:33 2016 > New Revision: 278579 > > URL: http://llvm.org/viewvc/llvm-project?rev=278579&view=rev > Log: > Fix ASAN failures i

Re: [libcxxabi] r278579 - Fix ASAN failures in the demangler

2016-08-12 Thread Kostya Serebryany via cfe-commits
On Fri, Aug 12, 2016 at 5:26 PM, Mehdi Amini wrote: > This fixes all the crashers on Darwin (clang+libc++), that I could > reproduce with ASAN+libFuzzer. > It does not mean that there is no leaks, or that you won’t find more > crashes with libstdc++ for instance. > Yea... On linux I hit a leak r

Re: [libcxxabi] r278579 - Fix ASAN failures in the demangler

2016-08-12 Thread Mehdi Amini via cfe-commits
This fixes all the crashers on Darwin (clang+libc++), that I could reproduce with ASAN+libFuzzer. It does not mean that there is no leaks, or that you won’t find more crashes with libstdc++ for instance. — Mehdi > On Aug 12, 2016, at 5:21 PM, Kostya Serebryany wrote: > > Sweet! > Did you fi

Re: [libcxxabi] r278579 - Fix ASAN failures in the demangler

2016-08-12 Thread Kostya Serebryany via cfe-commits
Sweet! Did you fix all of the known crashers? On Fri, Aug 12, 2016 at 5:02 PM, Mehdi Amini via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: mehdi_amini > Date: Fri Aug 12 19:02:33 2016 > New Revision: 278579 > > URL: http://llvm.org/viewvc/llvm-project?rev=278579&view=rev > Log: >

[libcxxabi] r278579 - Fix ASAN failures in the demangler

2016-08-12 Thread Mehdi Amini via cfe-commits
Author: mehdi_amini Date: Fri Aug 12 19:02:33 2016 New Revision: 278579 URL: http://llvm.org/viewvc/llvm-project?rev=278579&view=rev Log: Fix ASAN failures in the demangler These were found fuzzing with ASAN. Modified: libcxxabi/trunk/src/cxa_demangle.cpp libcxxabi/trunk/test/test_demang