X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 27 Mar 2009 13:14:25 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Updated: texinfo-4.13-1 Message-ID: <20090327121425.GX12738@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20050412015200 DOT GA22870 AT coe DOT casa DOT cgf DOT cx> <20060430025212 DOT GA12519 AT trixie DOT casa DOT cgf DOT cx> <20060527015233 DOT GA18819 AT trixie DOT casa DOT cgf DOT cx> <20070219220751 DOT GA32695 AT trixie DOT casa DOT cgf DOT cx> <20070427163921 DOT GA1939 AT trixie DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-02-20) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Mar 26 16:53, Eric Blake wrote: > Christopher Faylor cygwin.com> writes: > > > > > I've made a new version of 'texinfo' available for installation. This > > is the most recent version of texinfo available from ftp.gnu.org. An > > excerpt from the texinfo NEWS file is below. > > This version doesn't like pages that don't exist: > > $ info --version | head -n1 > info (GNU texinfo) 4.13 > $ info libc > Segmentation fault (core dumped) Since I had just build texinfo for debugging Marco's makeinfo problem, I was curious. Info calls strlen(manpage_section) without noticing that manpage_section == NULL in man.c, line 342. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/