All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce.org>
To: Alex Riesen <raa.lkml@gmail.com>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>,
	Eygene Ryabinkin <rea-git@codelabs.ru>,
	Junio C Hamano <junkio@cox.net>,
	Andy Parkins <andyparkins@gmail.com>,
	git@vger.kernel.org
Subject: Re: Memory overrun in http-push.c
Date: Thu, 1 Mar 2007 16:54:55 -0500	[thread overview]
Message-ID: <20070301215455.GC9254@spearce.org> (raw)
In-Reply-To: <81b0412b0703011343je4de3b6ra5c1d577da041dcf@mail.gmail.com>

Alex Riesen <raa.lkml@gmail.com> wrote:
> Wont work. The ids in question are really strings embedded into object.
> Something like:
> 
>  $Id 1.2 user filename.c$
> 
> They can be found, extracted from the binary and sent to developer
> with a bug report. It's more of a build signature.
> IOW, the colleague in question has to have the source, which,
> I suspect, he wont.
> 
> Of course, it's very simple to embed the HEAD into build and
> tell the tester to send the SHA-1 in case of bug report.

Yes.  Either the commit SHA-1 or the output of git-describe does
the trick.  Even better when your program prints this value on
demand, like say `git version`.  ;-)

Before programmers got smart and wrote switches to dump the
version (aka -v/-V/--version) users were expected to use
`strings frob | grep '$Id' | mail baddev@example.com` to
send in bug reports.  What a world we live in!  ;-)

-- 
Shawn.

  reply	other threads:[~2007-03-01 21:55 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-28 15:15 Memory overrun in http-push.c Eygene Ryabinkin
2007-02-28 15:41 ` Andy Parkins
2007-02-28 15:42   ` Johannes Schindelin
2007-03-01  5:13   ` Eygene Ryabinkin
2007-03-01  8:15     ` Alex Riesen
2007-03-01  9:11       ` Eygene Ryabinkin
2007-03-01  9:21         ` Alex Riesen
2007-03-01 11:26           ` Eygene Ryabinkin
2007-03-01  9:32       ` Junio C Hamano
2007-03-01 10:04         ` Alex Riesen
2007-03-01 10:40         ` Andy Parkins
2007-03-01 12:00         ` Eygene Ryabinkin
2007-03-01 12:08           ` Junio C Hamano
2007-03-01 13:20             ` Eygene Ryabinkin
2007-03-01 17:11           ` Johannes Schindelin
2007-03-01 18:31             ` Andy Parkins
2007-03-01 18:41               ` Johannes Schindelin
2007-03-01 19:31                 ` Andy Parkins
2007-03-01 20:43                   ` Johannes Schindelin
2007-03-02 10:05                     ` Andy Parkins
2007-03-02 14:46                       ` Jakub Narebski
2007-03-02 15:22                         ` Andy Parkins
2007-03-02 19:16                       ` Johannes Schindelin
2007-03-02 19:42                         ` Andy Parkins
2007-03-04  8:17                       ` Daniel Barkalow
2007-03-04  8:31                         ` Junio C Hamano
2007-03-04  9:18                           ` Daniel Barkalow
2007-03-01 21:43             ` Alex Riesen
2007-03-01 21:54               ` Shawn O. Pearce [this message]
2007-03-01 17:52           ` Uwe Kleine-König
2007-03-02 14:38           ` Jakub Narebski
2007-03-02 15:17             ` Johannes Schindelin
2007-03-02 22:52               ` identifying blobs (was Re: Memory overrun in http-push.c) Junio C Hamano
2007-03-02 23:10                 ` Linus Torvalds
2007-03-02 15:23             ` Memory overrun in http-push.c Andy Parkins
2007-03-02 15:30               ` Matthieu Moy
2007-03-02 15:48                 ` Andy Parkins
2007-02-28 16:36 ` Florian Weimer
2007-03-01  5:19   ` Eygene Ryabinkin

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=20070301215455.GC9254@spearce.org \
    --to=spearce@spearce.org \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=andyparkins@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    --cc=raa.lkml@gmail.com \
    --cc=rea-git@codelabs.ru \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.