We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Unicode wrappers indiscriminately use length pointer, even when caller sends null:
poco/Data/ODBC/src/Unicode_WIN32.cpp
Line 52 in 03c2fa3
poco/Data/ODBC/src/ConnectionHandle.cpp
Lines 267 to 271 in 03c2fa3
Relevant environment information:
Caller may not be interested in such details, so passing null should be permitted and dealt with internally in the function
The text was updated successfully, but these errors were encountered:
fix(ODBC): Unicode wrappers do not check for null length pointers #4505
480f992
0b1fc97
No branches or pull requests
Describe the bug
Unicode wrappers indiscriminately use length pointer, even when caller sends null:
poco/Data/ODBC/src/Unicode_WIN32.cpp
Line 52 in 03c2fa3
poco/Data/ODBC/src/ConnectionHandle.cpp
Lines 267 to 271 in 03c2fa3
Relevant environment information:
Caller may not be interested in such details, so passing null should be permitted and dealt with internally in the function
The text was updated successfully, but these errors were encountered: