cvs commit: src/usr.sbin/jls jls.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Aug 19 11:09:12 GMT 2005


pjd         2005-08-19 11:09:11 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/jls         jls.c 
  Log:
  MFC:    usr.sbin/jls/jls.c      1.4,1.5
  
  Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEM
  in sysctl_jail_list(). Because of this, jls(8) could enter into
  an endless loop. The strange thing is, that we can call jls(8) while
  the other one is in loop and it will succeed - SYSCTL_OUT() will
  not return ENOMEM there.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.3.12.1  +17 -11    src/usr.sbin/jls/jls.c


More information about the cvs-src mailing list