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