Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1342642 Details for
Bug 1423204
activemq-cpp: FTBFS in rawhide
Home
New
Search
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.rh90 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]
Fix the FTBFS using the upstream comment
activemq-cpp-openssl-build-fix.patch (text/plain), 1.23 KB, created by
Michael Cullen
on 2017-10-24 08:53:43 UTC
(
hide
)
Description:
Fix the FTBFS using the upstream comment
Filename:
MIME Type:
Creator:
Michael Cullen
Created:
2017-10-24 08:53:43 UTC
Size:
1.23 KB
patch
obsolete
>diff -Naur activemq-cpp-library-3.8.4-clean/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp activemq-cpp-library-3.8.4/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp >--- activemq-cpp-library-3.8.4-clean/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp 2017-10-24 09:21:39.284236953 +0100 >+++ activemq-cpp-library-3.8.4/src/main/decaf/internal/net/ssl/openssl/OpenSSLSocket.cpp 2017-10-24 09:24:46.925846965 +0100 >@@ -664,11 +664,12 @@ > break; > } > >- const unsigned char* data = extension->value->data; >+ const unsigned char* data = ASN1_STRING_data(X509_EXTENSION_get_data(extension)); >+ const size_t length = ASN1_STRING_length(X509_EXTENSION_get_data(extension)); > STACK_OF(CONF_VALUE)* confValue = method->i2v(method, > method->it ? >- ASN1_item_d2i(NULL, &data, extension->value->length, ASN1_ITEM_ptr(method->it)) : >- method->d2i(NULL, &data, extension->value->length), NULL); >+ ASN1_item_d2i(NULL, &data, length, ASN1_ITEM_ptr(method->it)) : >+ method->d2i(NULL, &data, length), NULL); > > CONF_VALUE* value = 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 1423204
:
1251375
|
1251376
|
1251377
| 1342642