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 696893 Details for
Bug 910584
certutil -a does not produce ASCII output
[?]
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 approved upstream
v2.patch (text/plain), 804 bytes, created by
Elio Maldonado Batiz
on 2013-02-13 16:25:40 UTC
(
hide
)
Description:
patch approved upstream
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2013-02-13 16:25:40 UTC
Size:
804 bytes
patch
obsolete
>Index: ./mozilla/security/nss/cmd/certutil/certutil.c >=================================================================== >RCS file: /cvsroot/mozilla/security/nss/cmd/certutil/certutil.c,v >retrieving revision 1.166 >diff -u -p -r1.166 certutil.c >--- ./mozilla/security/nss/cmd/certutil/certutil.c 7 Jan 2013 04:11:49 -0000 1.166 >+++ ./mozilla/security/nss/cmd/certutil/certutil.c 13 Feb 2013 01:51:36 -0000 >@@ -313,7 +313,7 @@ CertReq(SECKEYPrivateKey *privk, SECKEYP > PRUint32 trailerLen = PL_strlen(trailer); > SECITEM_AllocItem(NULL, result, > headerLen + obufLen + trailerLen); >- if (!result->data) { >+ if (result->data) { > PORT_Memcpy(result->data, header, headerLen); > PORT_Memcpy(result->data + headerLen, obuf, obufLen); > PORT_Memcpy(result->data + headerLen + obufLen,
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 910584
: 696893