CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/09/11 11:51:30
Modified files: sys/kern : subr_disk.c Log message: Hoist all the GPT header checks into gpt_chk_header(). Tweak remaining logic a bit so that an invalid primary header/partition entries table does not cause readgptlabel() to exit before the secondary header is tried.