Fix unnecessary overallocation due to incomplete character
When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place.
Loading
When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place.