[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crash due to out of bounds read in skip_whitespace() with malformed
From: |
Gavin Smith |
Subject: |
Re: Crash due to out of bounds read in skip_whitespace() with malformed input |
Date: |
Wed, 12 Oct 2016 07:39:08 +0100 |
On 6 October 2016 at 15:34, Hanno Böck <address@hidden> wrote:
> The attached file will crash texinfo when passed to info -f [infile].
>
> I tried to find out why, but I'm not familiar with the code. It seems
> the function skip_whitespace gets called with a string pointer that
> points past the end of an allocated buffer.
That's right, I've tried to fix it. Thanks for the report.