[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please hint gphpedit 0.9.91-3 into Etch



* Lior Kaplan (kaplan@debian.org) [061226 21:13]:
> Andreas Barth wrote:
> > * Lior Kaplan (kaplan@debian.org) [061224 20:21]:
> >> >From the changelog:
> >>  gphpedit  (0.9.91-3) unstable; urgency=low
> >>
> >>    * Apply a patch to prevent gphpedit from crashing after searching &
> >>      replacing. (Closes: #396325)
> > 
> > This change isn't really making me comfortable:
> > -       g_free(replace_all_dialog);
> > +       // Comment the line bellow as suggested at
> > +       // http://www.gphpedit.org/bugs/bug_view.php?id=132 to avoid from
> > +       // a crash after searching & replacing.
> > +       //g_free(replace_all_dialog);
> 
> The source to the problem is doing a double free of the same resource.
> Commenting out the extra free() is the simplest solution (and works).
> 
> More info in the upstream bug report.

I have read upstream, but everything even there seemed to me a bit
guessing-around. But well, so is live.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/



Reply to: