Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffer that is passed to SQLDrivers did not contain a terminating zero but should according to the ODBC standard #98

Open
matthewgapp opened this issue Jan 17, 2024 · 0 comments
Assignees

Comments

@matthewgapp
Copy link

There's a bug affecting a downstream project - odbc-api.

The bug lies within implementation of SQLDrivers. In this case the pointer to the buffer passed to SQLDrivers did not as commended by the ODBC standard contain a zero terminated string after the call.

More context here pacman82/odbc-api#502

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants