I noticed that the insecure option validates that the client port is a
subset of IPPORT_RESERVED as opposed to just validating it is a valid
reserved port. The following proposed patch would correct that issue.
Would anyone care to comment ? ..
# diff utils/mountd/auth.c utils/mountd/auth.c.orig
171a172
> (ntohs(caller->sin_port) < IPPORT_RESERVED/2 ||
--
Robert.
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html