pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49312: pkgsrc/security/pgp5 doesn't work



>Number:         49312
>Category:       pkg
>Synopsis:       pkgsrc/security/pgp5 doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 25 05:35:00 +0000 2014
>Originator:     Wada Keiji
>Release:        pkgsrc-2014Q3
>Organization:
>Environment:
NetBSD poker 6.1.5 NetBSD 6.1.5 (GENERIC) amd64

>Description:
The pgp50i has a bug with pgpOutput.c.


>How-To-Repeat:
The pgp5 doesn't work.

>Fix:
--- lib/ttyui/pgpOutput.c.orig  1998-02-08 04:54:57.000000000 +0900
+++ lib/ttyui/pgpOutput.c       2014-10-25 14:13:23.000000000 +0900
@@ -38,7 +38,7 @@
 Boolean gShowHeaders = FALSE;
 
 static PREFS *pInternalLanguageStrings = NULL;
-static FILE *OutputHandle[OUTPUT_LAST];
+static FILE *OutputHandle[OUTPUT_LAST + 1];
 static int RawOutputID(int OutputType,
                       PgpSeverityLevel Level,
                       Boolean DisplayHeader,



Home | Main Index | Thread Index | Old Index