nmh-workers
[Top] [All Lists]

Forwarding a bug report.

1995-05-14 12:04:08

------- Forwarded Message

Received: from jaguar.rand.org by kiwi.rand.org; Fri, 12 May 95 23:41:32 PDT
Received: from rand.org (rand-cc) by jaguar.rand.org; Fri, 12 May 95 23:41:31 
PDT
Received: from caern.protocorp.com (d3.leonardo.net [198.147.97.67]) by 
rand.org (8.6.10/8.6.10) with ESMTP id XAA01811 for 
<terry(_at_)rand(_dot_)org>; Fri, 12 May 1995 23:41:29 -0700
Received: from caern.leonardo.net (localhost [127.0.0.1]) by 
caern.protocorp.com (8.6.9/8.6.9) with ESMTP id CAA00640 for 
<terry(_at_)rand(_dot_)org>; Fri, 12 May 1995 02:02:21 -0700
Message-Id: <199505120902(_dot_)CAA00640(_at_)caern(_dot_)protocorp(_dot_)com>
To: terry(_at_)rand(_dot_)org
Subject: Bug in MH
Date: Fri, 12 May 1995 02:02:19 -0700
From: "Mike O'Brien" <obrien(_at_)leonardo(_dot_)net>

        I can't believe that after all these years of avoiding work
on MH, I finally was forced to fix a bug at THIS late date.  I have
no idea whom to report it to so I'm going back to you.  It only
shows up if you're using a POPmail server, which is probably why
it's not been noticed before - and it's one of those wonderful
bugs which will only show up on certain platforms 'cause it
depends on an uninitialized stack variable.

*** msgchk.c.dist       Tue Nov 30 20:01:36 1993
- --- msgchk.c    Fri May 12 01:57:45 1995
***************
*** 389,395 ****
      int     nmsgs,
              nbytes,
              status;
!     char   *pass;

      if (user == NULL)
        user = getusr ();
- --- 389,395 ----
      int     nmsgs,
              nbytes,
              status;
!     char   *pass = 0;

      if (user == NULL)
        user = getusr ();


------- End of Forwarded Message


<Prev in Thread] Current Thread [Next in Thread>
  • Forwarding a bug report., Terry West <=