On Wed, Sep 15, 2010 at 2:52 PM, Natanael Copa <natanael.c...@gmail.com> wrote:
> Hi,
>
> Current git (todays git commit) makes "git push" segfault:

I figured out what goes wrong after reading valgrind doc.

Its the config parser's realloc feature that assumes that the
reallocated pointer points to same location as old, which is a wrong
assumption. There is a parser->line pointer and a *token pointer that
needs to be updated after realloc.

-- 
Natanael Copa
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to