@@ -826,7 +826,7 @@ int unixpathname(char *src, char *dst, size_t dstlen, int versionp, int genp)
}
#ifdef DOS
if(version>=0)
sprintf(ver2,"%d",version);
snprintf(ver2,sizeof(ver2),"%d",version);
else
*ver2='\0';
#endif /* DOS */
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.