Description
Here is related code:
if (MAX_READ_TRANSFER_SIZE < target.getBytes().length) { return new READLINK3Response(Nfs3Status.NFS3ERR_IO, postOpAttr, null); }
READLINK3Response constructor would dereference the third parameter:
this.path = new byte[path.length];