Avoid doing unaligned reads when parsing icc files

Offsets are not guaranteed to be aligned, so don't assume that they are.
memcpy instead of just casting and dereferencing.
1 file changed