NetBSD/sbin/fdisk
mlelstv 51aec893ad 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.
2018-11-14 12:05:29 +00:00
..
Makefile
fdisk.8
fdisk.c In validate_bootsel, the code assumed that arr[j][i] can be accessed 2018-11-14 12:05:29 +00:00