[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-21-g79e2d3c

git at osgeo.org git at osgeo.org
Sun Aug 15 16:41:05 PDT 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, stable-2.5 has been updated
       via  79e2d3cbdba8b8914f5bf2482412813bd8b92709 (commit)
      from  ad02524990e605271f73731b4e509b9db81660be (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 79e2d3cbdba8b8914f5bf2482412813bd8b92709
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 15 19:41:01 2021 -0400

    Backport Raúl Marín CUnit fixes. Missed a spot.  References #4971 for PostGIS 2.5.6

diff --git a/liblwgeom/cunit/cu_tester.c b/liblwgeom/cunit/cu_tester.c
index 88ab739..b971ac4 100644
--- a/liblwgeom/cunit/cu_tester.c
+++ b/liblwgeom/cunit/cu_tester.c
@@ -16,6 +16,7 @@
 #include "cu_tester.h"
 #include "../postgis_config.h"
 
+char cu_error_msg[MAX_CUNIT_ERROR_LENGTH + 1] = {0};
 /* Internal funcs */
 static void
 cu_errorreporter(const char *fmt, va_list ap);

-----------------------------------------------------------------------

Summary of changes:
 liblwgeom/cunit/cu_tester.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list