[omniORB] Potential bug in omniORB 4.1
Peter Housel
housel at acm.org
Wed Mar 7 15:43:12 GMT 2007
On 2007-03-07, Duncan Grisb wrote:
> Yes, it is a bug. I've fixed it in CVS.
>
> Thanks for the bug report.
>
> Duncan.
Almost... I had to add the following patch before it would work:
--- typecode.cc 07 Mar 2007 20:11:51 -0800 1.40.2.14
+++ typecode.cc 07 Mar 2007 20:41:41 -0800
@@ -6046,6 +6046,7 @@
CORBA::COMPLETED_NO);
CORBA::ULong c;
cdrAnyMemoryStream& ms = label.PR_streamToRead();
+ ms.rewindInputPtr();
c <<= ms;
lbl_value = c;
break;
More information about the omniORB-list
mailing list