Opened 18 years ago

Closed 18 years ago

#1556 closed defect (fixed)

path multiple join mapjoin

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

Description

Specifying a wrong dbf path in a multiple DBase join lets the mapserver crash. 
(Windows XP, Mapserver version 4.6.1) Here is the patch fixing the issue:

File: mapjoin.c

296c296
< msDBFClose(joininfo->hDBF);
---
> if(joininfo->hDBF) msDBFClose(joininfo->hDBF);

Change History (2)

comment:1 by sdlime, 18 years ago

Status: newassigned
Fixed in the 4.8 CVS HEAD.

Steve

comment:2 by sdlime, 18 years ago

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

Steve
Note: See TracTickets for help on using tickets.