Bug 674392 - QMF: C++ console limits size of V1 method request to < 65535 bytes.
Summary: QMF: C++ console limits size of V1 method request to < 65535 bytes.
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-qmf
Version: 1.3
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Ted Ross
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-01 17:29 UTC by Ken Giusti
Modified: 2013-02-24 13:37 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-24 13:37:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ken Giusti 2011-02-01 17:29:38 UTC
Description of problem:

QMF V1 invokeMethod defined in qpid::console::Object::invokeMethod() uses a fixed-size buffer for sending method requests.  This limits the total size of the request to < 65535 bytes.

Version-Release number of selected component (if applicable):
qmf-devel-0.7.946106-27.el5 on x86_64.



How reproducible: 100%


Steps to Reproduce:
1. See BZ667735 - sending an echo request < 65535 bytes often causes an Out-of-bounds error.

  
Actual results:
Out-of-bounds errors.

Expected results:
method call should succeed.

Additional info:


Note You need to log in before you can comment on or make changes to this bug.