From: Junio C Hamano <gitster@pobox.com>
To: "Marco Costalba" <mcostalba@gmail.com>
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Git Mailing List" <git@vger.kernel.org>
Subject: Re: [PATCH] Fix an unitialized pointer in merge-recursive.c
Date: Thu, 16 Aug 2007 01:30:25 -0700 [thread overview]
Message-ID: <7vk5rvkhjy.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <7vodh7khuo.fsf@gitster.siamese.dyndns.org> (Junio C. Hamano's message of "Thu, 16 Aug 2007 01:23:59 -0700")
Junio C Hamano <gitster@pobox.com> writes:
> Third option. Change the assignment from "mrtree = NULL" to
> "mrtree = mtree". It is a standard idiom to work around stupid
> gcc warnings.
Oops; it might be obvious but that's "mrtree = mrtree".
next prev parent reply other threads:[~2007-08-16 8:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-16 8:00 [PATCH] Fix an unitialized pointer in merge-recursive.c Marco Costalba
2007-08-16 8:08 ` Junio C Hamano
2007-08-16 8:11 ` Marco Costalba
2007-08-16 8:23 ` Junio C Hamano
2007-08-16 8:30 ` Junio C Hamano [this message]
2007-08-16 9:07 ` David Kastrup
2007-08-16 13:16 ` Florian Weimer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vk5rvkhjy.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=mcostalba@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).