NetBSD-Bugs archive

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

PR/44040 CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib



The following reply was made to PR lib/44040; it has been noted by GNATS.

From: "Alistair G. Crooks" <agc%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44040 CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Date: Thu, 4 Nov 2010 16:13:36 +0000

 Module Name:   src
 Committed By:  agc
 Date:          Thu Nov  4 16:13:35 UTC 2010
 
 Modified Files:
        src/crypto/external/bsd/netpgp/dist/src/lib: reader.c validate.c
 
 Log Message:
 Apply patch from Peter Pentchev in PR 44040
 
 The patch fixes two problems when verifying a clearsigned message:
 - a copy/paste error - "litdata" should be "cleartext"
 - a use of an uninitialized variable, resulting in freeing
   an uninitialized pointer on the stack... resulting in a segfault
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.42 -r1.43 \
     src/crypto/external/bsd/netpgp/dist/src/lib/reader.c
 cvs rdiff -u -r1.39 -r1.40 \
     src/crypto/external/bsd/netpgp/dist/src/lib/validate.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index