cvs commit: src/usr.bin/tar subst.c
Colin Percival
cperciva at FreeBSD.org
Mon Jun 9 14:41:43 UTC 2008
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
More information about the cvs-src
mailing list