patch to avoid seg fault

Carola Jesch cjesch at CCT.LSU.EDU
Sun Dec 4 22:31:19 EST 2005


Hi list,

trying to make a multiple join working with a dbf containing 64000 records
the mapserver crashes during processing of the join (Windows XP, mapserver
version 4.6.1)

Here is the patch:

File: maptemplate.c

2229c2229
< strcatalloc(outbuf, line);
---
> outbuf = strcatalloc(outbuf, line);

 

-Carola



More information about the mapserver-users mailing list