Loading fs/nfsd/nfsfh.c +1 −1 Original line number Diff line number Diff line Loading @@ -766,7 +766,7 @@ char * SVCFH_fmt(struct svc_fh *fhp) struct knfsd_fh *fh = &fhp->fh_handle; static char buf[2+1+1+64*3+1]; if (fh->fh_size < 0 || fh->fh_size> 64) if (fh->fh_size > 64) return "bad-fh"; sprintf(buf, "%d: %*ph", fh->fh_size, fh->fh_size, fh->fh_raw); return buf; Loading Loading
fs/nfsd/nfsfh.c +1 −1 Original line number Diff line number Diff line Loading @@ -766,7 +766,7 @@ char * SVCFH_fmt(struct svc_fh *fhp) struct knfsd_fh *fh = &fhp->fh_handle; static char buf[2+1+1+64*3+1]; if (fh->fh_size < 0 || fh->fh_size> 64) if (fh->fh_size > 64) return "bad-fh"; sprintf(buf, "%d: %*ph", fh->fh_size, fh->fh_size, fh->fh_raw); return buf; Loading