]> git.ipfire.org Git - thirdparty/plymouth.git/commit
ply-utils: Make ply_utf8_character_get_byte_type detect invalid bytes
authorRay Strode <rstrode@redhat.com>
Wed, 3 Jan 2024 14:53:50 +0000 (09:53 -0500)
committerRay Strode <rstrode@redhat.com>
Wed, 3 Jan 2024 16:13:31 +0000 (11:13 -0500)
commit83486f89c1fd3afb40a769aba315999178b0423f
treee04312bf6c8eae3a405457779a63a8ae1731eba6
parent38964e5eafdfc7d8eccf29aa65056f303cad0b25
ply-utils: Make ply_utf8_character_get_byte_type detect invalid bytes

Somehow I neglected to make ply_utf8_character_get_byte_type
differentiate between valid and invalid utf-8.

This commit fixes that.
src/libply/ply-utils.c