Possible bug in 1.33 Serialization
Hi All, We've been doing some testing with the 1.33 CVS Head and there appears to be a bug in the xml serialization. If the tag name has a 0 character in it (not at the start) an exception is thrown. Looking in the source for basic_xml_oarchive.ipp it seems like there is an error in the lookup_table array. Where it's trying to allow 0-9 and the : char to be valid it is actually allowing 1-9 : and ;. Anyone else experienced this or have I got the wrong end of the stick? Cheers, Brett
Looks like a bug to me - good call. Robert Ramey Brett Carswell wrote:
Hi All,
We've been doing some testing with the 1.33 CVS Head and there appears to be a bug in the xml serialization. If the tag name has a 0 character in it (not at the start) an exception is thrown.
Looking in the source for basic_xml_oarchive.ipp it seems like there is an error in the lookup_table array. Where it's trying to allow 0-9 and the : char to be valid it is actually allowing 1-9 : and ;.
Anyone else experienced this or have I got the wrong end of the stick?
Cheers, Brett
participants (2)
-
Brett Carswell
-
Robert Ramey