freebsd-dev/sys/ufs
Konstantin Belousov a1a917e029 User may do "mount -o snapshot ...", that causes new FFS mount to be
performed with snapshot option, while the mp->mnt_opt is NULL.
Protect against NULL pointer dereference.

Noted by:	Mateusz Guzik <mjguzik gmail com>
MFC after:	3 days
2008-08-06 14:47:19 +00:00
..
ffs User may do "mount -o snapshot ...", that causes new FFS mount to be 2008-08-06 14:47:19 +00:00
ufs ufsmount.h uses "struct\tfoo *bar;", except where it doesn't. 2008-08-05 15:24:07 +00:00