Issue 237: Allocated storage for out and return strings (cxx_revision) Source: (, ) Nature: Uncategorized Severity: LOW Summary: Summary: Sec 16.6 Pg 16-11 CORBA2.0: Sec D.12 states that client stub allocates buffer of specified size for bounded strings.This may result in unnecessary memory consumption. Resolution: close with no change Revised Text: Actions taken: October 14, 1996: received issue June 13, 2000: closed issue Discussion: Close no change. We believe the caller misread the text to say that the return buffer for bounded strings must always be the maximum size, which is incorrect. End of Annotations:===== This is issue # 237 Allocated storage for out and return strings Sec 16.6 Pg 16-11 CORBA2.0: Sec D.12 states that client stub allocates buffer of specified size for bounded strings.This may result in unnecessary memory consumption. -Juergen