Searched hist:140384 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/newfs_msdos/
H A DMakefilediff 140384 Mon Jan 17 12:14:00 MST 2005 delphij WARNS=6 cleanup:

- Initialize everything in the struct array, not only the mentioned
ones
- Unconditionally initialize hs to 0 to avoid repeatly doing so
- Cast to unsigned int when comparing to unsigned variables.
H A Dnewfs_msdos.cdiff 140384 Mon Jan 17 12:14:00 MST 2005 delphij WARNS=6 cleanup:

- Initialize everything in the struct array, not only the mentioned
ones
- Unconditionally initialize hs to 0 to avoid repeatly doing so
- Cast to unsigned int when comparing to unsigned variables.
/freebsd-9.3-release/bin/chio/
H A Dchio.cdiff 208730 Wed Jun 02 07:49:51 MDT 2010 uqs Zero struct before reading from it

PR: 140384
Found by: clang static analyzer
MFC after: 3 weeks

Completed in 70 milliseconds