[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Regression in 4.12: install-info inserts spurious whitespace
From: |
Ulrich Mueller |
Subject: |
Re: Regression in 4.12: install-info inserts spurious whitespace |
Date: |
Wed, 14 May 2008 06:59:35 +0200 |
>>>>> On Tue, 13 May 2008, Karl Berry wrote:
>> gdb> run --dir-file=dir /usr/share/info/autoconf.info.gz
> What I need is your exact input file and your exact dir file being
> installed into. Can you email them to me please? Obviously there is
> a situation which isn't covered by any existing test :(.
The input file is probably too large for the list, so see separate
private mail message. The dir file is empty.
The segfault occurs for the following menu entry:
* autoupdate: (autoconf)autoupdate Invocation.
Automatic update of `configure.ac'
I don't know if I really understand the code, but shouldn't '\n' be
included in the following condition?
+ while (ptr && ptr[1] != ' ' && ptr[1] != '\t') {
+ ptr = strchr (ptr + 1, '.');
+ }
Ulrich
Re: Regression in 4.12: install-info inserts spurious whitespace, Karl Berry, 2008/05/13