Source-Changes archive

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

CVS commit: src/sys/dev/mvme



Module Name:    src
Committed By:   mrg
Date:           Thu Apr 15 01:57:11 UTC 2021

Modified Files:
        src/sys/dev/mvme: mvmebus.c

Log Message:
convert 'extern phys_ram_seg_t mem_clusters[0];' to the '[]' form
so that when this code accesses mem_clustes[0] and mem_clusters[1]
it does't reach out of bounds.

XXX: should be in a header, but it's ugly to fix and i stopped
     when bus_dma.c wouldn't build.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/mvme/mvmebus.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