Hide Forgot
On ./qpid-cpp-0.12/cpp/src/qpid/broker/Message.cpp:450 method may return uninitialized value. --- a/qpid-cpp-0.12/cpp/src/qpid/broker/Message.cpp +++ b/qpid-cpp-0.12/cpp/src/qpid/broker/Message.cpp @@ -58,7 +58,7 @@ Message::Message(const Message& original) : PersistableMessage(), frames(original.frames), persistenceId(0), redelivered(false), loaded(false), staged(false), forcePersistentPolicy(false), publisher(0), adapter(0), expiration(original.expiration), dequeueCallback(0), - inCallback(false), requiredCredit(0) + inCallback(false), requiredCredit(0), isManagementMessage(false) { setExpiryPolicy(original.expiryPolicy); } Pavel
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1670.html