FW: [omniORB] Is this a Bug in OmniORB??

bjorn rohde jensen bjensen@fastmail.fm
Wed Aug 7 14:10:01 2002


Hi Sahay,

 CORBA::string_dup(0) does not yield an empty
string. It is more likely not to allocate any
thing at all returning another NULL pointer.
 You can allocate an empty string using
CORBA::string_dup("");

Yours sincerely,

Bjorn