mirror of
https://github.com/php/php-src.git
synced 2026-04-10 09:33:06 +02:00
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.