[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] fix segfault due to null pointer access in info_get_node_of_
From: |
Gavin Smith |
Subject: |
Re: [patch] fix segfault due to null pointer access in info_get_node_of_file_buffer |
Date: |
Thu, 6 Oct 2016 07:22:41 +0100 |
On 2 October 2016 at 15:13, Hanno Böck <address@hidden> wrote:
> I've attached a file that will segfault if passed to info (with -f
> [input]).
> The reason is a null pointer access in the function
> info_get_node_of_file_buffer(). I'll also attach a proposed patch to
> fix it.
>
> This bug was found with the help of the tool american fuzzy lop.
Thank you, I've committed a fix.