[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: double free() with grub-probe
From: |
Yoshinori K. Okuji |
Subject: |
Re: double free() with grub-probe |
Date: |
Fri, 18 May 2007 20:36:40 +0200 |
User-agent: |
KMail/1.9.4 |
On Thursday 17 May 2007 21:19, Jeroen Dekkers wrote:
> I could reproduce this on one of my machines and ran it through
> valgrind. I've just committed a fix to the grub2 CVS repository (as
> well as another memory bug valgrind spotted). A copy of the patch is
> below.
Thank you for your fix. Just a small thing, but isn't it better to check the
return value from grub_realloc?
Okuji