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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to