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

Reply via email to