GEOSwift is a Swift wrapper for geos's thread-safe C interface. A recent
commit (
https://github.com/GEOSwift/GEOSwift/commit/6006a7493dc040909903559d6b49cfe5d0070ecc)
added NULL checks for the return values of the topology operations, but
from inspection of the geos code, it seems like the topology operations
only return NULL if the handle is NULL or uninitialized, which our wrapper
prevents. We're using version 3.5.0. Do these topology operations return
NULL in any other cases?

Andrew
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to