git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: iler.ml@gmail.com
To: git@vger.kernel.org
Subject: Re: (patch) calloc->xaclloc in read-cache.c
Date: Tue, 09 May 2006 16:14 +0000	[thread overview]
Message-ID: <0IZ000KI11YCKL10@mxout4.netvision.net.il> (raw)

How about this.

--- read-cache.c.000	2006-05-09 15:27:56.000000000 +0000
+++ read-cache.c	2006-05-09 15:28:10.000000000 +0000
@@ -552,7 +552,7 @@
 
 	active_nr = ntohl(hdr->hdr_entries);
 	active_alloc = alloc_nr(active_nr);
-	active_cache = calloc(active_alloc, sizeof(struct cache_entry *));
+	active_cache = xcalloc(active_alloc, sizeof(struct cache_entry *));
 
 	offset = sizeof(*hdr);
 	for (i = 0; i < active_nr; i++) {

             reply	other threads:[~2006-05-09 13:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-09 16:14 iler.ml [this message]
2006-05-09 13:26 ` (patch) calloc->xaclloc in read-cache.c Junio C Hamano

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=0IZ000KI11YCKL10@mxout4.netvision.net.il \
    --to=iler.ml@gmail.com \
    --cc=git@vger.kernel.org \
    /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).