id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7384,Serializing binary object to text or xml reads outside specified memory,cjgreen@…,Robert Ramey,"When writing a binary object (using make_binary_object) to a text or xml archive, the serialization seems to read beyond the specified size. Initially this error was reported by valgrind, and I then confirmed the file written by the archive changes when the data beyond the specified size varies. So it is reading at least 1 byte beyond the size specified to make_binary_object. I have seen this on boost 1.49.0 and the current svn version. A small program that reproduces this problem is attached, as well as the valgrind output I get when running this program if the extraSpace variable is set to 0. This program tests all of the possible values for the memory beyond the serializedSize and write them to files. The last letter (before the ==) then varies from A-P. This was tested on linux.",Bugs,closed,To Be Determined,serialization,Boost 1.51.0,Problem,fixed,binary object serialization,