
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
Call of
isc_start_transaction(status_vector, NULL , ....)
generates the Access Violation
---------------------
Solution: change the nullCheck function
if (ptr==NULL || (*ptr)!=NULL )
bad_handle(code);
|
|
Description
|
Call of
isc_start_transaction(status_vector, NULL , ....)
generates the Access Violation
---------------------
Solution: change the nullCheck function
if (ptr==NULL || (*ptr)!=NULL )
bad_handle(code);
|
Show » |
| There are no comments yet on this issue.
|
|