Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2007 13:00:48 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rpc.statd file.c
Message-ID:  <200708201300.l7KD0mkV079047@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
truckman    2007-08-20 13:00:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/rpc.statd   file.c 
  Log:
  MFC file.c 1.8
  
    If the mmap() call in rpc.statd fails, rpc.statd prints a warning
    message and then dumps core because the subsequent code assumes that
    mmap() succeeded.  Since rpc.statd does not have fallback code to
    implement the functionality needed to operate on the status file if
    it is not memory mapped, rpc.statd should use err() to force the process
    to exit if the mmap() call fails.
  
  PR:             bin/115430 (mmap() failure previously fixed in statd.c 1.12.8.2)
  
  Revision  Changes    Path
  1.7.10.1  +1 -1      src/usr.sbin/rpc.statd/file.c



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