Module Name: src Committed By: rin Date: Tue Jul 2 05:26:40 UTC 2024
Modified Files: src/sys/arch/prep/stand/boot: sd.c siop.c Log Message: prep: stand: Appease GCC12 -Warray-bounds, NFCI except for additional 38-byte of stack being consumed. Here, GCC12 complains buffer is smaller than sizeof(*inqbuf) == SCSIPI_INQUIRY_LENGTH_SCSI3 == 74 bytes, despite members within the first SCSIPI_INQUIRY_LENGTH_SCSI2 == 36 bytes are actually dereferenced. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/prep/stand/boot/sd.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/prep/stand/boot/siop.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.