zhengyf

Results 2 issues of zhengyf

https://github.com/nfs-ganesha/ntirpc/blob/dba123c3cbfa258923010a87a730618b8780b827/src/clnt_dg.c#L335 Let's see the code as follows ``` addr = (struct netbuf *)info; if (addr->len < sizeof(cu->cu_raddr)) { rslt = false; break; } (void)memcpy(&cu->cu_raddr, addr->buf, addr->len); cu->cu_rlen = addr->len; break;...

https://github.com/nfs-ganesha/ntirpc/blob/dba123c3cbfa258923010a87a730618b8780b827/src/clnt_bcast.c#L242 When I trying to compile without -DPORTMAP,here is some ERROR: ```bash libntirpc/src/clnt_bcast.c:242:6: error: variable ‘pmap_reply_flag’ set but not used [-Werror=unused-but-set-variable] int pmap_reply_flag; /* reply recvd from PORTMAP */ ```...