Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 1999 13:12:43 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfs nfs_socket.c
Message-ID:  <199909292012.NAA02719@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      1999/09/29 13:12:43 PDT

  Modified files:
    sys/nfs              nfs_socket.c 
  Log:
  Careless use of struct proc *p caused major problems. 'p' is allowed to
  be NULL in this function (nfs_sigintr). Reorder the statements and guard
  them all with a single if (p != NULL).
  
  reported, reviewed and tested by: jdp
  
  Revision  Changes    Path
  1.56      +9 -5      src/sys/nfs/nfs_socket.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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