Opened 15 years ago

Last modified 15 years ago

#842 closed defect

Null pointer checks needed for GetExtent — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.