[GIT-PULLS] [php-src] PR #23462: ext/odbc: fix cond for SQL_NO_TOTAL that led to single byte buffer
[email protected] (NattyNarwhal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23462 Author: NattyNarwhal The ternary condition here was inverted, which could lead to a single byte buffer being used, which is insufficient for anything. Fix it by making the conditionals clearer. Fixes GH-23443.