History log of /php-src/ext/bcmath/tests/gh16978.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# d17ed344 29-Nov-2024 Saki Takamachi

Fixed GH-16978: Avoid unnecessary padding with leading zeros (#16988)

Fixed an issue where leading zeros were padded beyond the allocated memory.

fixes #16978
closes #16988