@@ -816,7 +816,7 @@ int ssh_pki_import_pubkey_file(const char *filename, ssh_key *pkey)
returnSSH_ERROR;
}
if(sb.st_size+1<sb.st_size){
if(sb.st_size>MAX_PUBKEY_SIZE){
returnSSH_ERROR;
}
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.