What steps will reproduce the problem? 1. Request a WMS cache tile with a secondary layer that does not exist. i.e. the LAYERS parameter is LAYERS=existing-layer,nonexistent-layer
One such URL might be:
What is the expected output? What do you see instead? The expected output would be a message saying the layer does not exist. Instead there is a segfault as a NULL tileset is operated on.
What version of the product are you using? On what operating system? mod-geocache 0.5, revision 434
$ uname -a Linux 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux
Attached is a patch which fixes the problem.
Comment #1
Posted on Sep 30, 2011 by Helpful RhinoThis issue was closed by revision r435.
Status: Fixed
Labels:
Type-Defect
Priority-Medium