Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.18
-
None
-
RHEL6
Description
The following code doesn't work as expected, the name element is truncated at the null byte.
my $hash =
{ id => 1234, name => "Blah\x00Blah" };
cqpid_perl::encode($hash, $outmsg);