NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50757 CVS commit: src/usr.sbin/sysinst/arch/mac68k



The following reply was made to PR bin/50757; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50757 CVS commit: src/usr.sbin/sysinst/arch/mac68k
Date: Tue, 31 May 2016 02:49:50 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Tue May 31 02:49:50 UTC 2016
 
 Modified Files:
 	src/usr.sbin/sysinst/arch/mac68k: md.c
 
 Log Message:
 Disable the code that tries to prepare a new partition table (but doesn't
 do anything with it...) because it's zooming off the end of the array it's
 trying to use.
 
 It looks to me as if NEW_MAP_SIZE has been accidentally used as both
 the number of blocks occupied by the new partition table and also the
 number of entries in it. Or something. This needs platform knowledge
 to sort out. XXX.
 
 Workaround for PR 50757.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/mac68k/md.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index