[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-37-ga1e81a4
git at osgeo.org
git at osgeo.org
Sun Jan 10 03:18:38 PST 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via a1e81a42a92d8077422d368ecf6b1cb28d961308 (commit)
from c514256e6c53dcfd3c2239659acc2f53439a74a3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1e81a42a92d8077422d368ecf6b1cb28d961308
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Sun Jan 10 14:18:18 2021 +0300
OSS-Fuzz: stub new GEOS call to fix build
diff --git a/fuzzers/geos_stub.h b/fuzzers/geos_stub.h
index 837ca22..50d8bfc 100644
--- a/fuzzers/geos_stub.h
+++ b/fuzzers/geos_stub.h
@@ -386,13 +386,45 @@ GEOSNode()
{
assert(0);
}
-
-#if POSTGIS_GEOS_VERSION > 38
+void
+GEOSGeom_createEmptyPoint()
+{
+ assert(0);
+}
+void
+GEOSCoordSeq_setXY()
+{
+ assert(0);
+}
+void
+GEOSCoordSeq_getXY()
+{
+ assert(0);
+}
+void
+GEOSCoordSeq_setXYZ()
+{
+ assert(0);
+}
+void
+GEOSCoordSeq_getXYZ()
+{
+ assert(0);
+}
void GEOSGeom_getXY()
{
assert(0);
}
-
+void
+GEOSBuildArea()
+{
+ assert(0);
+}
+void
+GEOSMakeValid()
+{
+ assert(0);
+}
void GEOSGeom_getXYZ()
{
assert(0);
@@ -412,4 +444,3 @@ void GEOSGeom_createPointFromXY()
{
assert(0);
}
-#endif
-----------------------------------------------------------------------
Summary of changes:
fuzzers/geos_stub.h | 39 +++++++++++++++++++++++++++++++++++----
1 file changed, 35 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list