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 152736 Details for
Bug 234087
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]
Bug fix
gnupg-1.4.7-multifile-fix (text/plain), 1.37 KB, created by
David Shaw
on 2007-04-17 03:09:41 UTC
(
hide
)
Description:
Bug fix
Filename:
MIME Type:
Creator:
David Shaw
Created:
2007-04-17 03:09:41 UTC
Size:
1.37 KB
patch
obsolete
>Index: mainproc.c >=================================================================== >--- mainproc.c (revision 4484) >+++ mainproc.c (working copy) >@@ -88,6 +88,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 ) > { >Index: packet.h >=================================================================== >--- packet.h (revision 4484) >+++ packet.h (working copy) >@@ -423,6 +423,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 ); >Index: verify.c >=================================================================== >--- verify.c (revision 4484) >+++ verify.c (working copy) >@@ -169,6 +169,7 @@ > rc = proc_signature_packets( NULL, fp, NULL, name ); > iobuf_close(fp); > write_status( STATUS_FILE_DONE ); >+ reset_literals_seen(); > return rc; > } > >Index: decrypt.c >=================================================================== >--- decrypt.c (revision 4484) >+++ decrypt.c (working copy) >@@ -185,6 +185,7 @@ > write_status( STATUS_FILE_DONE ); > iobuf_ioctl( NULL, 2, 0, NULL); /* Invalidate entire cache. */ > xfree(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 234087
: 152736