Files
libiscsi/lib
Paolo Bonzini 0a7c084603 scsi-lowlevel: do not use unsafe pointer casts
Casting unsigned char * pointers to uint32_t * may cause wrong
results if the pointers are not correctly aligned.  Instead,
build up the big-endian values from each byte with multiple
dereferences of the original pointer.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-07-01 16:00:25 +02:00
..
2013-04-18 19:43:36 -07:00
2013-06-16 11:35:14 -07:00
2013-04-18 19:43:36 -07:00
2013-06-16 11:35:14 -07:00
2013-05-03 12:50:58 +02:00
2013-04-18 19:43:36 -07:00
2013-06-29 11:20:23 -07:00