Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2008 14:41:28 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tar subst.c
Message-ID:  <200806091441.m59Efhj5067292@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2008-06-09 14:41:28 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          subst.c 
  Log:
  SVN rev 179678 on 2008-06-09 14:41:28Z by cperciva
  
  Make one-bit fields unsigned instead of signed.  This has no effect,
  since they are only tested for zero/nonzero; but it's arguably a bad
  idea to set a {-1, 0} variable to 1 (as happens in this code).
  
  Found by:       Coverity Prevent
  
  Revision  Changes    Path
  1.3       +1 -1      src/usr.bin/tar/subst.c



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