[postgis-tickets] [PostGIS] #2846: parse_address not null safe
PostGIS
trac at osgeo.org
Fri Jul 18 04:39:37 PDT 2014
#2846: parse_address not null safe
---------------------------------+------------------------------------------
Reporter: robe | Owner: woobri
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: pagc_address_parser | Version: trunk
Keywords: |
---------------------------------+------------------------------------------
{{{
SELECT parse_address(NULL);
}}}
crashes my server.
We should probably make this strict and same with address_standardizer
that inputs should be strict. Can't think of a reason why we would want
null in any of the args of either except possibly the micro,macro variant
of standardizer.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2846>
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