Source-Changes archive

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

CVS commit: src/sys/arch/arm/footbridge



Module Name:    src
Committed By:   chris
Date:           Sat May 10 15:29:25 UTC 2008

Modified Files:
        src/sys/arch/arm/footbridge: footbridge_pci.c

Log Message:
Fix 9.5 year old buffer overflow.

It wasn't noticed till now as it wasn't overflowing onto anything
important (or was overwritten by the correct data).  Recent changes
meant irqstr was placed just before footbridge_intrq and so it trashed
the interrupt linked list, and so caused an alignment fault.

Note that cats still doesn't boot even with the change, as it hangs when
starting userland, I suspect an interrupt issue.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/arm/footbridge/footbridge_pci.c

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