cvs commit: src/usr.sbin/rpc.statd statd.c

Don Lewis truckman at FreeBSD.org
Sun Aug 5 09:33:07 PDT 2007


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


More information about the cvs-src mailing list