-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bind parameter address instability issue
The bind parameters rely on stable addresses in memory, however the Vec used to hold them was being allowed to re-allocate and therefore change the addresses refered to by the OCI execute function. Now the Vec is reserved with the right number of elements to ensure that it does not get increases automatically.
- Loading branch information
1 parent
03c3d4f
commit 82030de
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters