Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 1997 17:42:16 -0800 (PST)
From:      Michael Smith <msmith>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_syscalls.c
Message-ID:  <199703050142.RAA05918@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      97/03/04 17:42:16

  Modified:    sys/kern  vfs_syscalls.c
  Log:
  Check that vp->v_mount is non-null in fsync() before dereferencing it to
  obtain the mountpoint's MNT_ASYNC flag.
  
  This is a Very Definite Last-Minute 2.2 Bugfix Candidate.
  
  Reviewed by:	sef
  
  Revision  Changes    Path
  1.59      +3 -2      src/sys/kern/vfs_syscalls.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703050142.RAA05918>