Module Name: src Committed By: riastradh Date: Wed May 20 18:19:09 UTC 2015
Modified Files:
src/sys/ufs/ffs: ffs_bswap.c
Log Message:
Don't (harmlessly) overrun di_db array; copy di_ib separately.
Noted by Coverity, CID 974635.
While here, simplify size calculation for memcpy.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/ufs/ffs/ffs_bswap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
