mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The X509_NAME_oneline() function can return NULL, which will cause a crash when the string length is computed via add_assoc_string(). Closes GH-21010.