[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SPT& &bugreport about ext2
From: |
Marco Gerards |
Subject: |
Re: SPT& &bugreport about ext2 |
Date: |
Sun, 12 Dec 2004 19:57:10 +0000 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Vincent Pelletier <address@hidden> writes:
Hi Vincent,
Thanks a lot for your bug report.
> I found that it cames from a grub_free call in the last lines of
> grub_ext2_dir function, and caused by "grub_ext2_iterate_dir (fdiro,
> iterate);".
Ok, I will have a look at this and fix this ASAP.
> Moreover, the "fail" label is reached when data malloc fails, so it
> tries to free an unallocated area in case of problem.
It is no problem to call grub_free when the pointer is a null pointer.
Thanks,
Marco