[PATCH] D18167: [ELF/Driver] Avoid a reference to the ELFOptTable after it has gone out of scope

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 15:52:37 PDT 2016


On Mon, Mar 14, 2016 at 7:29 PM, Filipe Cabecinhas <
filcab+llvm.phabricator at gmail.com> wrote:

> It looks like it should, but I can't try it out now.
> I can try it tonight or tomorrow morning at most. If you want, you can
> compile llvm+lld with ASan and turn on the Asan option (double-check that
> you catch the bug first ;-) ).
>
> CCing Kostya:
> Should we add ASAN_OPTIONS=detect_stack_use_after_free=true to the
> sanitizer bot?
>

That would be lovely!
Any volunteers for the cleanup?


> It would have caught this bug a long time ago.
> We might also need to do some cleanup before we can do it.
>
> Thank you,
>
>   Filipe
>
>
>
> On Monday, 14 March 2016, Rui Ueyama <ruiu at google.com> wrote:
>
>> ruiu added a comment.
>>
>> Does http://reviews.llvm.org/D18169 solves PR26908?
>>
>>
>> http://reviews.llvm.org/D18167
>>
>>
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160315/58b11d78/attachment.html>


More information about the llvm-commits mailing list