Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2007 16:33:06 +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 statd.c
Message-ID:  <200708051633.l75GX7Qs019900@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
truckman    2007-08-05 16:33:06 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/rpc.statd   statd.c 
  Log:
  The call to init_file() needs to be moved outside the loop in statd.c,
  otherwise mmap() gets called multiple times, which eventually fails due
  to address space exhaustion on i386.
  
  Approved by:    re (kensmith)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.15      +1 -1      src/usr.sbin/rpc.statd/statd.c



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