CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/08/24 06:56:17
Modified files:
sys/arch/macppc/macppc: disksubr.c
sys/arch/socppc/socppc: disksubr.c
Log message:
Fix readdpmelabel() so it doesn't corrupt a disklabel about to be
written (i.e. partoff != NULL), and doesn't corrupt a disklabel
with more than eight (8) dpme partitions.
Problems reported by Josh Elsasser via PR#5904. Testing by Josh,
otto@, drahn@, maja@, [EMAIL PROTECTED] Most of the diff from [EMAIL PROTECTED]
ok drahn@