Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/cksum



Module Name:    src
Committed By:   martin
Date:           Mon Apr 27 07:30:54 UTC 2020

Modified Files:
        src/usr.bin/cksum: crc.c

Log Message:
Explicitly cast the number of bytes passed to crc_buf() to size_t, as
we made sure it is positive already.
Fixes the build.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/cksum/crc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index