[Proj] Submitting proj.4 to Google OSS Fuzz ?
Kristian Evers
kreve at sdfe.dk
Tue May 23 03:49:29 EST 2017
Even,
Good news, indeed. And a bunch of bugs has already been found!
I am trying to reproduce them on my own system and struggling a bit on how. If I understand correctly I am supposed to compile the fuzzing target like so:
> g++ -g -std=c++11 standard_fuzzer.cpp -o standard_fuzzer -DSTANDALONE ../../src/.libs/libproj.a -lpthread
And then run the executable with the reproducer testcase file from OSS-Fuzz. After a bit of modification I got the standard_fuzzer working on my system (win7+mingw), but I don't know how to interpret the output when I run the program against the testcase. Everything seem to exit gracefully with return code 0. Is this normal or should I expect the program to crash in a noisy way?
/Kristian
Fra: proj-bounces at lists.maptools.org [mailto:proj-bounces at lists.maptools.org] På vegne af Even Rouault
Sendt: 22. maj 2017 17:44
Til: proj at lists.maptools.org
Emne: Re: [Proj] Submitting proj.4 to Google OSS Fuzz ?
Hi,
>
> OSS-Fuzz is Continuous Fuzzing for Open Source Software :
> https://github.com/google/oss-fuzz/ (it has a good intro on what it
> consists of)
Good news: proj.4 has just been accepted into OSS Fuzz !
https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj4 should be populated in a few hours...
For those wanting to tackle bugs, have a look at
https://github.com/OSGeo/proj.4/blob/master/test/fuzzers/README.TXT
for the procedure I suggest to follow.
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/proj/attachments/20170523/22678265/attachment.htm
More information about the Proj
mailing list