[postgis-tickets] [PostGIS] #3786: OSS FUZZ fixes

PostGIS trac at osgeo.org
Fri Jul 14 14:03:31 PDT 2017


#3786: OSS FUZZ fixes
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.4.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by strk):

 The return from that function is an object *pointer* so 0 means NULL
 pointer.
 What happens upon calling lwerror depends on the error handler
 installed. PostGIS installs an handler that interrupts the flow, but
 other clients (unit tests, fuzzers, foreign clients when allowed) are
 free to install an handler that continues execution, so it is
 important not to assume loss of flow on error.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3786#comment:3>
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