php-src/ext/odbc
Christoph M. Becker 7f83976200
Fix #80460: ODBC doesn't account for SQL_NO_TOTAL indicator
The `StrLen_or_IndPtr` parameter usually may be `SQL_NO_TOTAL`; we need
to cater to that possibility to avoid working with negative string
lengths and other issues.  A noteable exemption are calls to
`SQLGetData()` which return `SQL_SUCCESS`; in that case `SQL_NO_TOTAL`
can not occur.

Closes GH-6809.
2021-04-27 17:09:36 +02:00
..
tests Merge branch 'PHP-7.3' into PHP-7.4 2020-10-29 12:00:57 +01:00
config.m4 Use e.g. instead of less common f.e. [ci skip] 2019-07-09 17:53:46 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_odbc_includes.h Remove local variables 2019-02-03 21:03:00 +01:00
php_odbc.c Fix #80460: ODBC doesn't account for SQL_NO_TOTAL indicator 2021-04-27 17:09:36 +02:00
php_odbc.h Remove local variables 2019-02-03 21:03:00 +01:00