Git development
 help / color / mirror / Atom feed
From: Jan Andres <jandres@gmx.net>
To: git@vger.kernel.org
Subject: [PATCH] Fix typo in http-push.c
Date: Tue, 29 Nov 2005 01:51:54 +0100	[thread overview]
Message-ID: <20051129005154.GA3076@pitr.home.jan> (raw)

Hi guys,

Please find below the patch for a typo in http-push.c (in the maint
branch), which caused git-http-push to segfault on my Linux i386 box.

Regards,
Jan


diff --git a/http-push.c b/http-push.c
index 76c7886..ad78982 100644
--- a/http-push.c
+++ b/http-push.c
@@ -784,7 +784,7 @@ static void handle_new_lock_ctx(struct x
 					strtol(ctx->cdata + 7, NULL, 10);
 		} else if (!strcmp(ctx->name, DAV_ACTIVELOCK_TOKEN)) {
 			if (!strncmp(ctx->cdata, "opaquelocktoken:", 16)) {
-				lock->token = xmalloc(strlen(ctx->cdata - 15));
+				lock->token = xmalloc(strlen(ctx->cdata) - 15);
 				strcpy(lock->token, ctx->cdata + 16);
 			}
 		}

-- 
Jan Andres <jandres@gmx.net>

             reply	other threads:[~2005-11-29  0:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-29  0:51 Jan Andres [this message]
2005-11-29  6:03 ` [PATCH] Fix typo in http-push.c Junio C Hamano
2005-11-29  8:24 ` Johannes Schindelin
2005-11-29 13:35   ` Jan Andres
2005-11-29 15:30     ` [PATCH] Fix typo in http-push.c, take two Jan Andres
2005-11-29 16:40     ` [PATCH] Fix typo in http-push.c Johannes Schindelin

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=20051129005154.GA3076@pitr.home.jan \
    --to=jandres@gmx.net \
    --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