-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug resulting in a segfault when using external authentication
- Loading branch information
1 parent
893c1d4
commit 21ecd71
Showing
2 changed files
with
15 additions
and
3 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
21ecd71
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did got SIGSEGV with godror using ODPI 5.4.0, but didn't see any change related creating new connections.
(Standalone connection with extrrnal auth).
So, this bug has been introduced with the token authentication?
21ecd71
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was introduced in 5.4.0 with this commit: f453aee. It was intended to resolve an issue with IAM token authentication but uncovered another bug in the Oracle Client libraries that caused this segfault. This commit resolves that issue.