]> granicus.if.org Git - postgis/commitdiff
Fix fuzzer building since lwgeom uses GEOSNode()
authorDarafei Praliaskouski <me@komzpa.net>
Tue, 13 Mar 2018 17:39:15 +0000 (17:39 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Tue, 13 Mar 2018 17:39:15 +0000 (17:39 +0000)
Patch by Even Rouault

Closes https://github.com/postgis/postgis/pull/232

git-svn-id: http://svn.osgeo.org/postgis/trunk@16458 b70326c6-7e19-0410-871a-916f4a2858ee

fuzzers/wkb_import_fuzzer.cpp
fuzzers/wkt_import_fuzzer.cpp

index 7b77a83326a2c482b1492adc68fed5d20d3961d4..db85fab2b94395e593a7734da3e7e93c0805d142 100644 (file)
@@ -110,6 +110,7 @@ void GEOSCoordSeq_getZ() { assert(0); }
 void GEOSGeom_createLinearRing() { assert(0); }
 void GEOSGeomType() { assert(0); }
 void GEOSDelaunayTriangulation() { assert(0); }
+void GEOSNode() { assert(0); }
 
 void geod_init() { assert(0); }
 void geod_inverse() { assert(0); }
index 8bac9aed739a092fdf3bcde14539caa1e412f04e..112ca7d0d7bff0a435b7e51c1fe4e68117a90041 100644 (file)
@@ -110,6 +110,7 @@ void GEOSCoordSeq_getZ() { assert(0); }
 void GEOSGeom_createLinearRing() { assert(0); }
 void GEOSGeomType() { assert(0); }
 void GEOSDelaunayTriangulation() { assert(0); }
+void GEOSNode() { assert(0); }
 
 void geod_init() { assert(0); }
 void geod_inverse() { assert(0); }