math_error("Cannot allocate large literal string");
/*NOTREACHED*/
}
table[len]='\0';/* guard paranoia */
newstr[len]='\0';/* guard paranoia */
strlcpy(newstr,str,len);
table[literals.l_count++]=newstr;
returnnewstr;
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.