]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-03-04 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Wed, 4 Mar 2009 12:45:41 +0000 (12:45 +0000)
committerfzielcke <fzielcke@localhost>
Wed, 4 Mar 2009 12:45:41 +0000 (12:45 +0000)
* partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD partitions
or if there's no space for the disk label and print the partition number on a
invalid magic.

ChangeLog
partmap/pc.c

index f0f26e1f2c88971bde6d8799343adb37aae319db..53594779bd3e500b7ed8c77040fdf5e35b3c5980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
+
+       * partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD partitions
+       or if there's no space for the disk label and print the partition number on a
+       invalid magic.
+
 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
 
        * util/misc.c: Include <time.h>.
index d7e1da162e12cf7f238c9d4a49b04641947200fd..38aa752786304f13dbed7a8dd92b4088ad7dfa47 100644 (file)
@@ -1,7 +1,7 @@
 /* pc.c - Read PC style partition tables.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2004,2005,2006,2007,2008  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2004,2005,2006,2007,2008,2009  Free Software Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by