// need at least 1 byte for the null byte at the end
alloc=2;
}
vstr->alloc=alloc;
vstr->len=0;
vstr->buf=m_new(char,vstr->alloc);
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.