[postgis-tickets] [PostGIS] #3783: Setup OSS FUZZ testing for PostGIS
PostGIS
trac at osgeo.org
Tue Jul 11 21:52:11 PDT 2017
#3783: Setup OSS FUZZ testing for PostGIS
----------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
Okay we are officially in now.
https://github.com/google/oss-fuzz/tree/master/projects/postgis
Time to beef up those tests though
and address kcc's comment here:
https://github.com/google/oss-fuzz/pull/709
{{{
projects/postgis/build.sh
+make -j$(nproc) -s
+cd ..
+
+./fuzzers/build_google_oss_fuzzers.sh
@kcc
kcc 5 hours ago Contributor
This should work as is, but it's preferable to have the fuzz targets built
as part of the regular developer build (make).
Otherwise the risk is that the fuzz targets will often bit rot and we will
see failures only on oss-fuzz
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3783#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list