Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#842 closed defect (fixed)

Null pointer checks needed for GetExtent

Reported by: tomfukushima Owned by:
Priority: medium Milestone: 2.1
Component: Web API Version: 2.0.1
Severity: minor Keywords:
Cc: External ID: 1199029

Description (last modified by tomfukushima)

Calling GetExtent on an empty SDF will result in null pointer exceptions. These changes change the behavior of the API so that instead of getting a fatal exception, we get NULL back from the call.

Note that this fix changes the behavior of the GetExtent API in that instead of throwing an exception, NULL is returned.

Change History (2)

comment:1 by tomfukushima, 15 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

r3612 and r3613

comment:2 by tomfukushima, 15 years ago

External ID: 1199029
Note: See TracTickets for help on using tickets.