[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] info(1) dumps core (PR 30618)
From: |
Karl Berry |
Subject: |
Re: [PATCH] info(1) dumps core (PR 30618) |
Date: |
Sun, 26 Nov 2006 19:23:24 -0600 |
Hello Stathis,
The problem was that in the special case where item=0, the
entry pointer was never assigned a value, leading to a null pointer
dereference a few lines later.
Thanks very much for the report and patch.
I assume this is to fix the bug where the 0 command seg faults? I
believe that has been fixed in the current development sources
(available via CVS from savannah.gnu.org) for a while (in a way slightly
different than yours).
Thanks,
Karl