@@ -349,7 +349,7 @@ dns_read(int fd, char *buf, int buflen)
}
}
if(type==T_NULL&&rlen){
if(type==T_NULL&&rlen>2){
memcpy(buf,rdata,rlen);
returnrlen;
}else{
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.