Source-Changes archive

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

CVS commit: src/sys/sys



Module Name:    src
Committed By:   nonaka
Date:           Sun Sep 14 17:39:06 UTC 2014

Modified Files:
        src/sys/sys: bootblock.h

Log Message:
Avoid data abort at 
src/sys/dev/dkwedge/dkwedge_apple.c:swap_apple_drvr_descriptor() on zaurus.

apple_drvr_map.sb_dd (struct apple_drvr_descriptor) isn't located in the 
address is 4 bytes alignment. Unaligned address is passed from 
dkwedge_apple.c:swap_apple_drvr_map to 
dkwedge_apple.c:swap_apple_drvr_descriptor(). data abort occurs when read 4 
bytes from that address for read apple_drvr_descriptor.descBlock.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/sys/bootblock.h

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