php-src/ext/pdo_odbc
Christoph M. Becker 98049e8b9a
Fix #81252: PDO_ODBC doesn't account for SQL_NO_TOTAL
If `P->len` is negative (not only when it is `SQL_NULL_DATA`), we must
not go on, because the following code can't deal with that.  This means
that the output parameter will be set to `NULL` without any indication
what went wrong, but it's still better than crashing.

Closes GH-7295.
2021-07-28 10:51:38 +02:00
..
tests Fix #44643: bound parameters ignore explicit type definitions 2021-05-12 13:30:51 +02:00
config.m4 Remove conditional calls of always available macros 2019-07-14 22:24:21 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
odbc_driver.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-28 22:58:16 +02:00
odbc_stmt.c Fix #81252: PDO_ODBC doesn't account for SQL_NO_TOTAL 2021-07-28 10:51:38 +02:00
pdo_odbc.c Remove local variables 2019-02-03 21:03:00 +01:00
php_pdo_odbc.h Cleanup unused module globals 2019-03-12 13:44:05 +03:00
php_pdo_odbc_int.h Merge branch 'PHP-7.3' into PHP-7.4 2020-02-17 22:54:16 +01:00