mirror of
https://github.com/USCiLab/cereal.git
synced 2025-10-18 01:45:52 +02:00
fixes a memory issue with rapidxml, we need to make sure that input streams are null terminated (C++ api yeah right!)
This commit is contained in:
@@ -214,6 +214,8 @@ void test_pod()
|
||||
float const o_float = random_value<float>(gen);
|
||||
double const o_double = random_value<double>(gen);
|
||||
|
||||
std::cerr << i << std::endl;
|
||||
|
||||
std::ostringstream os;
|
||||
{
|
||||
OArchive oar(os);
|
||||
|
||||
Reference in New Issue
Block a user