CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/13 09:14:51
Modified files:
sys/kern : subr_disk.c
Log message:
In the disklabel check for specific fields with value 0, and return
early before trying to check for a byte-swapped label. This avoids
a /0 in the byte-swapped partition check.
ok krw, also discussed with krw
