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 658426 Details for
Bug 884322
crash due to unexpected exception on connection loss in libpqxx
[?]
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]
tested patch
libpqxx-3.2-encoding_code_nothrow.patch (text/plain), 373 bytes, created by
Serge Pavlovsky
on 2012-12-05 22:28:45 UTC
(
hide
)
Description:
tested patch
Filename:
MIME Type:
Creator:
Serge Pavlovsky
Created:
2012-12-05 22:28:45 UTC
Size:
373 bytes
patch
obsolete
>--- src/connection_base.cxx.old 2011-07-01 04:14:08.000000000 +0300 >+++ src/connection_base.cxx 2012-12-05 23:52:19.048519241 +0200 >@@ -1693,8 +1693,7 @@ > int pqxx::connection_base::encoding_code() throw () > { > #ifdef PQXX_HAVE_PQCLIENTENCODING >- activate(); >- return PQclientEncoding(m_Conn); >+ return m_Conn ? PQclientEncoding(m_Conn) : 0; > #else > return 0; > #endif
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 884322
: 658426