Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2004 10:01:48 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/jail Makefile jail.c
Message-ID:  <200411171001.iAHA1mZP052092@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2004-11-17 10:01:48 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/jail        Makefile jail.c 
  Log:
  Initialize lcap and pwd to NULL.  This allows a WARNS=6 clean build,
  hence bump it to 6.
  
  Note that the last commit message was not quite accurate.  While the
  assumption exists in the code, it's not possible to have an
  uninitialized p there because if lflag is set when username is NULL
  then execution would be terminated earlier.
  
  Revision  Changes    Path
  1.10      +1 -1      src/usr.sbin/jail/Makefile
  1.20      +2 -2      src/usr.sbin/jail/jail.c



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