Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 153795 Details for
Bug 238429
Incorrect detection of multiple plaintexts
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for gnupg-1.2.6-9 copied from bz 234087
multiple_file.patch (text/plain), 1.37 KB, created by
Sachin Prabhu
on 2007-04-30 13:43:46 UTC
(
hide
)
Description:
Patch for gnupg-1.2.6-9 copied from bz 234087
Filename:
MIME Type:
Creator:
Sachin Prabhu
Created:
2007-04-30 13:43:46 UTC
Size:
1.37 KB
patch
obsolete
>--- gnupg-1.2.6/g10/verify.c.multiple_file 2007-04-30 18:49:17.000000000 +0530 >+++ gnupg-1.2.6/g10/verify.c 2007-04-30 18:51:30.000000000 +0530 >@@ -154,6 +154,7 @@ > rc = proc_signature_packets( NULL, fp, NULL, name ); > iobuf_close(fp); > write_status( STATUS_FILE_DONE ); >+ reset_literals_seen(); > return rc; > } > >--- gnupg-1.2.6/g10/mainproc.c.multiple_file 2007-04-30 18:48:55.000000000 +0530 >+++ gnupg-1.2.6/g10/mainproc.c 2007-04-30 18:50:22.000000000 +0530 >@@ -85,6 +85,12 @@ > static void proc_tree( CTX c, KBNODE node ); > static int literals_seen; > >+void >+reset_literals_seen(void) >+{ >+ literals_seen=0; >+} >+ > static void > release_list( CTX c ) > { >--- gnupg-1.2.6/g10/packet.h.multiple_file 2007-04-30 18:49:07.000000000 +0530 >+++ gnupg-1.2.6/g10/packet.h 2007-04-30 18:50:44.000000000 +0530 >@@ -361,6 +361,7 @@ > > > /*-- mainproc.c --*/ >+void reset_literals_seen(void); > int proc_packets( void *ctx, IOBUF a ); > int proc_signature_packets( void *ctx, IOBUF a, > STRLIST signedfiles, const char *sigfile ); >--- gnupg-1.2.6/g10/decrypt.c.multiple_file 2007-04-30 18:49:31.000000000 +0530 >+++ gnupg-1.2.6/g10/decrypt.c 2007-04-30 18:52:35.000000000 +0530 >@@ -169,6 +169,7 @@ > /* Note that we emit file_done even after an error. */ > write_status( STATUS_FILE_DONE ); > m_free(output); >+ reset_literals_seen(); > } > > set_next_passphrase(NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238429
: 153795