Re: [BUGFIX] pc_partition_map and grub_setup

2005-08-08 Thread Yoshinori K. Okuji
On Monday 08 August 2005 13:16, Vladimir Serbinenko wrote: > I tried to install GRUB2 to a partition and found a bug in > pc_partition_map: in pc_partition_map_iterate pcdata was a local variable > and its address was written to p and p was returned. I'm sorry. Actually I forgot to commit the fix

[BUGFIX] pc_partition_map and grub_setup

2005-08-08 Thread Vladimir Serbinenko
I tried to install GRUB2 to a partition and found a bug in pc_partition_map: in pc_partition_map_iterate pcdata was a local variable and its address was written to p and p was returned. 2005-08-08 Vladimir Serbinenko <[EMAIL PROTECTED]> * partmap/pc.c (pc_partition_map_iterate): pcdata is