Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   mrg
Date:           Fri Aug  4 09:06:33 UTC 2023

Modified Files:
        src/sys/arch/evbarm/fdt: fdt_machdep.c
        src/sys/arch/riscv/riscv: riscv_machdep.c

Log Message:
avoid comparing arrays directly, compare the address of their first element.

found by GCC 12.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/evbarm/fdt/fdt_machdep.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/riscv/riscv/riscv_machdep.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