[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: out of bounds heap read in scan_node_contents
From: |
Gavin Smith |
Subject: |
Re: out of bounds heap read in scan_node_contents |
Date: |
Mon, 23 Jan 2017 20:37:37 +0000 |
On 23 January 2017 at 20:36, Hanno Böck <address@hidden> wrote:
> Hi,
>
> On Sat, 21 Jan 2017 20:58:40 +0000
> Gavin Smith <address@hidden> wrote:
>
>> I didn't reproduce this with the latest development version. Perhaps
>> one of the other changes fixed the problem.
>
> Have you tried to reproduce this with svn trunk?
>
> I actually just noted that this doesn't reproduce with an older compile
> I have, but it does in latest svn trunk. So maybe one of the other
> fixes introduced this?
>
> From my current list of files this is the last bug, but I'll let the
> fuzzer run again to see if I find more.
I just tried it with -fsanitize=address and got the error. For some
reason, the version of valgrind I have installed didn't see anything
wrong. I don't have a fix yet.