tnx Even for the clarification Luigi Pirelli ************************************************************************************************** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli * GitHub: https://github.com/luipir * Mastering QGIS 2nd Edition: * https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition **************************************************************************************************
On 10 May 2017 at 16:32, Even Rouault <[email protected]> wrote: > On mercredi 10 mai 2017 15:19:31 CEST Luigi Pirelli wrote: > >> Hi > >> > >> in GDAL list [1], devs started to parse GDAL code by a google service > >> to find automatically program errors. > >> I didn't dig into the tool and I don't know if QGIS match requirement > >> to be parsed. > > > > oss-fuzz doesn't parse source code, but runs test programs that wrap the > library functions to test and feed them with fuzzed inputs. So this is > useful to stress test code that can accept arbitrary data. In QGIS that > could be WKB parsers, data providers, etc... > > Note that a rather annoying constraint is that all the code must be > statically linked (see https://github.com/google/oss-fuzz/issues/25) > > > > Even > > > > -- > > Spatialys - Geospatial professional services > > http://www.spatialys.com _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
