Opened 19 years ago

Closed 19 years ago

#1557 closed defect (fixed)

multiple join dbf

Reported by: cjesch@… Owned by: sdlime
Priority: highest Milestone:
Component: MapServer CGI Version: 4.6
Severity: major Keywords:
Cc:

Description

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);

Change History (2)

comment:1 by sdlime, 19 years ago

Status: newassigned
Fixed in 4.8 CVS HEAD.

Steve

comment:2 by sdlime, 19 years ago

Resolution: fixed
Status: assignedclosed
Fixed in 4.6 branch. Marking as fixed.

Steve
Note: See TracTickets for help on using tickets.