]> Kevux Git Server - fll/commit
Bugfix: Incorrectly checking byte width when already inside a character.
authorKevin Day <thekevinday@gmail.com>
Sat, 2 Apr 2022 14:03:20 +0000 (09:03 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 2 Apr 2022 14:03:20 +0000 (09:03 -0500)
commit4cf6db552e2ad386523d7f5593d85b484b9fdc82
tree26e356a07d0bc5c304f2a0e530e5152257dac6b7
parent46b31f3864e19ab09dc3b85e479371e5192ceabf
Bugfix: Incorrectly checking byte width when already inside a character.

The width has already been determined, so these values are parts of a UTF-8 character.
The code is doing a byte check and attempting to verify or process this as a new UTF-8 character sequence.
This results in an inaccurate data from that point forward for the rest of the file.
level_3/byte_dump/c/private-byte_dump.c