Re: Minimum size of GPT partition table header

2012-09-21 Thread rahul dev
Hi Jim, > >    There seems to be a bug in function > _header_is_valid() in file gpt.c. > > > > static int > > _header_is_valid (PedDisk const *disk, > GuidPartitionTableHeader_t *gpt, > >                >    PedSector my_lba) > > { > >   uint32_t crc, origcrc; > >   PedDevice const *dev = disk->de

Re: Minimum size of GPT partition table header

2012-09-21 Thread Jim Meyering
rahul dev wrote: > Guys, > >There seems to be a bug in function _header_is_valid() in file gpt.c. > > static int > _header_is_valid (PedDisk const *disk, GuidPartitionTableHeader_t *gpt, > PedSector my_lba) > { > uint32_t crc, origcrc; > PedDevice const *dev = disk->dev; >