On Fri, Feb 9, 2018 at 9:07 AM, Andreas Gampe wrote:
> On Fri, Feb 9, 2018 at 7:36 AM, Rob Landley wrote:
>>
>>
>> On 02/08/2018 10:44 AM, Andreas Gampe wrote:
>>> Argh. I should have given you the full failure message (or be more
>>> explicit in the suggested solution) - sorry, my mistake. ASAN
On Fri, Feb 9, 2018 at 7:36 AM, Rob Landley wrote:
>
>
> On 02/08/2018 10:44 AM, Andreas Gampe wrote:
>> Argh. I should have given you the full failure message (or be more
>> explicit in the suggested solution) - sorry, my mistake. ASAN
>> complains about a heap buffer overflow, not a null pointer
On 02/08/2018 10:44 AM, Andreas Gampe wrote:
> Argh. I should have given you the full failure message (or be more
> explicit in the suggested solution) - sorry, my mistake. ASAN
> complains about a heap buffer overflow, not a null pointer access
> (which should always kill top, not just under ASA