Handle unaligned sizes in iomemcpy().
authorKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 05:14:11 +0000 (01:14 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 05:14:11 +0000 (01:14 -0400)
commitb4525a0ec176426788f293cce92160e6573e86b6
treec0f5506290d97ba62d7ec72b20392fb6ba0c847b
parent0e27e19e2ff2f61b8374a246398e4cf0ae7fc9bd
Handle unaligned sizes in iomemcpy().

This fixes a bug causing truncation of uncompressed files in
cbfs_copyfile().
src/coreboot.c
src/util.c