[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS 1.11.2, commit with no message core dumps
From: |
Larry Jones |
Subject: |
Re: CVS 1.11.2, commit with no message core dumps |
Date: |
Fri, 26 Jul 2002 13:52:27 -0400 (EDT) |
Jean-Pierre Sevigny writes:
>
> MIME-Version: 1.0
Please don't post MIME and/or HTML encrypted messages to the list.
Plain text only, PLEASE.
> CVS (1.11.2) cores dump when commiting with no comments (and hitting
> continue after empty editing..).
This is already fixed in the current development version of CVS, but
thanks for reporting it.
> I fixed it in my copy of CVS by changing
> fprintf (pipefp, "Log Message:\n%s\n", message) // this will core
> if message is NULL
> to
> fprint (pipefp, "Log Message:\n%s\n", message ? message : ""); //
> putting empty string
That's different that the way it's fixed in the current development
version, but it should work just fine.
-Larry Jones
Even though we're both talking english, we're not speaking the same language.
-- Calvin