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

ODBC::Binder UUID new/free mismatch #4197

Closed
aleks-f opened this issue Oct 18, 2023 · 1 comment
Closed

ODBC::Binder UUID new/free mismatch #4197

aleks-f opened this issue Oct 18, 2023 · 1 comment
Assignees

Comments

@aleks-f
Copy link
Member

aleks-f commented Oct 18, 2023

ODBC::Binder allocates UUID storage with new:

char* pUUID = new char[16];

but deallocates it with free:

for(; itUUID != itUUIDEnd; ++itUUID) std::free(itUUID->first);

@aleks-f aleks-f added the bug label Oct 18, 2023
@aleks-f aleks-f added this to the Release 1.11.8 milestone Oct 18, 2023
@aleks-f aleks-f self-assigned this Oct 18, 2023
@obiltschnig
Copy link
Member

obiltschnig commented Oct 18, 2023

Fixed in 1.11.8

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

No branches or pull requests

2 participants