Changes between Initial Version and Version 1 of Ticket #842


Ignore:
Timestamp:
Feb 11, 2009, 4:49:33 PM (15 years ago)
Author:
tomfukushima
Comment:

r3612 and r3613

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #842

    • Property Status newclosed
    • Property Resolutionfixed
  • 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.
     1Calling !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.
    22
    3 Note that this fix changes the behavior of the GetExtent API in that instead of throwing an exception, NULL is returned.
     3Note that this fix changes the behavior of the !GetExtent API in that instead of throwing an exception, NULL is returned.