Date: Thu, 6 May 2010 00:24:08 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/mountd mountd.c Message-ID: <201005060024.o460OPsP000198@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-05-06 00:24:08 UTC
FreeBSD src repository
Modified files:
usr.sbin/mountd mountd.c
Log:
SVN rev 207689 on 2010-05-06 00:24:08Z by rmacklem
If the "-alldirs" export option was used for the V4: line, mountd
would crash in check_options() since dp == NULL for the V4: line.
This patch moves the check for options allowed on the V4: line to
ahead of where dp is used to avoid this crash.
Reported by: mamalos AT eng.auth.gr
MFC after: 1 week
Revision Changes Path
1.106 +4 -4 src/usr.sbin/mountd/mountd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005060024.o460OPsP000198>
