History log of /PHP-8.2/ext/mbstring/tests/gh9248.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# d013d949 08-Aug-2022 Christoph M. Becker

Fix GH-9248: Segmentation fault in mb_strimwidth()

We need to initialize the optional argument `trimmarker` with its
default value.

Closes GH-9273.