Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Aug 2001 09:30:47 -0400 (EDT)
From:      Brandon Poyner <brandon@thebiz.net>
To:        <markm@FreeBSD.org>
Cc:        <freebsd-alpha@FreeBSD.org>
Subject:   patch for pgp-5.0i 
Message-ID:  <Pine.BSI.4.33.0108100920100.28019-100000@mail.neca.com>

next in thread | raw e-mail | index | archive | help
The port for pgp-5.0i (pgpe) segfaults under the alpha architecture.
This is due to a call to ringNameName using an int rather than a
size_t.  The alpha Linux community has discovered this problem too.

http://linux-green.lanl.gov/linux/lists/axp-list/html/1817.html


*** apps/pgp/filter.c.orig      Thu Aug  9 17:39:07 2001
--- apps/pgp/filter.c   Thu Aug  9 17:39:20 2001
***************
*** 269,275 ****
      struct RingIterator *NameIter = NULL;
      union RingObject *name;
      Boolean OKToUse = FALSE, FoundName = FALSE;
!     int len = 0;
      int trust;
      char *TempNameString = NULL;

--- 269,275 ----
      struct RingIterator *NameIter = NULL;
      union RingObject *name;
      Boolean OKToUse = FALSE, FoundName = FALSE;
!     size_t len = 0;
      int trust;
      char *TempNameString = NULL;

--
Brandon Lee Poyner, Unix Systems Engineer   brandon@thebiz.net
BiznessOnline.com, Inc.                     http://www.BiznessOnline.com/



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.33.0108100920100.28019-100000>