[OSM-dev] bug in tirex mapnik backend?

2015-12-16 Thread Stefano Salvador
Hi, I'm trying to set up a tile server with tirex but using the latest svn code the mapnik backend fails with a buffer overflow. Debugging the code it turns out that the offending code was the line 129 of metatilehandler.cc : memset(, 0, numtiles * sizeof(entry)); I modified it as:

Re: [OSM-dev] bug in tirex mapnik backend?

2015-12-16 Thread Frederik Ramm
Hi, On 12/16/2015 01:41 PM, Stefano Salvador wrote: > I'm trying to set up a tile server with tirex but using the latest svn > code the mapnik backend fails with a buffer overflow. I've wanted to move tirex from SVN to git, and created https://github.com/geofabrik/tirex where the bug you