On Mon, May 25, 2009 at 3:01 PM, Clemens Buchacher <drizzd@xxxxxx> wrote: > Subject: [PATCH] fix segfault showing an empty remote > > In case of an empty list, the search for its tail caused a > NULL-pointer dereference. > > Reported-by: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx> > Signed-off-by: Clemens Buchacher <drizzd@xxxxxx> Acked-by: Jay Soffian > --- > > On Mon, May 25, 2009 at 06:10:12PM +0200, Erik Faye-Lund wrote: >> I've been messing around a bit, trying to set up a gitosis repo to >> mirror one of my projects. Now, I added the remote to my project, but >> when running "git remote show <remote-name>", I'm getting a segfault >> in builtin-remote.c at line 303 ("while (ref->next)"), because ref >> itself is NULL. > > This should fix it. Thanks. > I simply copied this from other uses of match_refs. I wonder if this calls > for a find_link_ref_tail() function, but I didn't know where to put it. Since the primary use case is in combination with match_refs(), remote.[ch] perhaps. j. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html