@ -210,7 +210,7 @@ int exeBufProcess(pExeBuf self, SicsInterp * pSics,
}
l=ende-cmd;
if(l<sizeofcmdName){
strlcpy(cmdName,cmd,l);
strncpy(cmdName,cmd,l);
cmdName[l]='\0';
if(FindCommand(pSics,cmdName)!=NULL){
/* print only SICS commands */
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.