Created attachment 748284 [details] core dump Description of problem: A broker crash occurs while receiving a message which was sent in 0-10 format (without content set) using the amqp1.0 protocol. Notes: This only occurs when mixing protocols 0.10 and 1.0. This only occurs when the message content is not set. Broker log: [Unspecified] notice Buffer overflow for write of size 1 to buffer of size 90 at position 90 qpidd: /builddir/build/BUILD/qpid-0.22/cpp/src/qpid/amqp/Encoder.cpp:394: void qpid::amqp::Encoder::check(size_t): Assertion `false' failed. The core dump is attached. Version-Release number of selected component (if applicable): qpid-cpp-0.22-2 How reproducible: 100% Steps to Reproduce: 1. spout "q;{create:always}" 2. drain --connection-options "{protocol:amqp1.0}" q 3. broker crash Actual results: broker crash when converting 0-10 message to amqp1.0 Expected results: Empty message may be successfully received when mixing protocols Additional info:
Fixed upstream by http://svn.apache.org/r1482795
The issue has been fixed Verified on RHEL5.9 and RHEL6.4, architectures: i386, x86_64 packages installed: qpid-cpp-*-0.22-6 -> VERIFIED