Skip to content

fix for #94

Michael Aaron Murphy requested to merge IGI-111:fuzz_fix into master

Created by: IGI-111

parse_utf8_char() makes the assumption that at least four bytes or one UTF-8 glyph are still to read in the input when it could end abruptly.

Merge request reports