@@ -173,7 +173,7 @@ int utf8_check_string(const char *string, size_t length)
return0;
elseif(count>1)
{
if(i+ count>length)
if(count>length-i)
return0;
if(!utf8_check_full(&string[i],count,NULL))
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.