@ -279,7 +279,7 @@ paste_make_sample(struct paste_buffer *pb, int utf8flag)
len=pb->size;
if(len>width)
len=width;
buf=xrealloc(NULL,len,4+4);
buf=xreallocarray(NULL,len,4+4);
if(utf8flag)
used=utf8_strvis(buf,pb->data,len,flags);
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.