#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 )
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 , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 16 years ago
External ID: | → 1199029 |
---|
Note:
See TracTickets
for help on using tickets.
r3612 and r3613