-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There's a bug in the write_client routine where it won't print a reference to a
scalar that has been upgraded from a PV. A string comparison will usually
trigger an upgrade to PVIV. Additionally, with PerlTaintCheck on, a tainted
scalar will be a PVMG, because the tainted flag is magic. At first I thought
the latter could be intentional behavior, but passing the string itself instead
of a reference was allowed, so it appears to be just an oversight. The attached
patch fixes both of these cases.
- --
Stephen Clouse <[EMAIL PROTECTED]>
Senior Programmer, IQ Coordinator Project Lead
The IQ Group, Inc. <http://www.theiqgroup.com/>
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
iQA/AwUBO4xNnwOGqGs0PadnEQI7igCgl65pT68gPel1Z3kK/iN93tEt7PwAoLF1
sblCcCYGxh1owPcjeSR/kjSL
=ed4k
-----END PGP SIGNATURE-----