]> granicus.if.org Git - php/commit
Handle illegal bytes properly when converting to '7bit' encoding
authorAlex Dowad <alexinbeijing@gmail.com>
Mon, 12 Oct 2020 18:52:52 +0000 (20:52 +0200)
committerAlex Dowad <alexinbeijing@gmail.com>
Tue, 13 Oct 2020 04:12:38 +0000 (06:12 +0200)
commita98838e3b6370d21972a0a3a65eff2e9a52fd776
treeb7b741dc0337f46ee9fdf452896df7d06239ddb3
parent4aa7430f68250a311c264070600f4bdf7e5d7664
Handle illegal bytes properly when converting to '7bit' encoding

Previously, mbstring would silently drop illegal bytes when converting a
string to '7bit' encoding.
ext/mbstring/libmbfl/filters/mbfilter_7bit.c