Changes between Initial Version and Version 1 of Ticket #842
- Timestamp:
- 02/11/09 16:49:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #842
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #842 – Description
initial v1 1 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.1 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. 2 2 3 Note that this fix changes the behavior of the GetExtent API in that instead of throwing an exception, NULL is returned.3 Note that this fix changes the behavior of the !GetExtent API in that instead of throwing an exception, NULL is returned.