Module Name: src Committed By: mlelstv Date: Wed Nov 14 12:05:29 UTC 2018
Modified Files: src/sbin/fdisk: fdisk.c Log Message: In validate_bootsel, the code assumed that arr[j][i] can be accessed with something like arr[0][j*ARRAYWIDTH+i]. gcc no longer allows such hacks and discards the code silently because of undefined behaviour. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/sbin/fdisk/fdisk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.