(unknown charset) Re: [hypermail] Fwd: Problem with hypermail

From: (unknown charset) Peter C. McCluskey <pcm_at_rahul.net_at_hypermail-project.org>
Date: Tue, 13 Nov 2001 17:26:24 -0800 (PST)
Message-Id: <20011114012624.AAA5C1DB7_at_foxtrot.rahul.net>

 I've tracked it down to a memory allocation bug with the linkquotes=1 option, and I've checked in the following fix to search.c:

720a721,722
> {

>                   alloc_len = 2*(match_len + add_len + 2);
722c724,725
<                       (char *)realloc(p, alloc_len *= 2);
---
>                       (char *)realloc(p, alloc_len);
>               }

-- 
------------------------------------------------------------------------------
Peter McCluskey          | Free Dmitry Sklyarov! http://www.freesklyarov.org/
http://www.rahul.net/pcm | 
Received on Wed 14 Nov 2001 03:30:39 AM GMT

This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:53 PM GMT GMT