Hello, I was trying to transform a log to msgpack and I got a segmentation fault. The file is included in this zip file.
I have been messing around to try to find the source of the error and I suspect the segmentation fault happens in this line.
Typelib::load( val, data.data(), data.size() );
Hello, I was trying to transform a log to msgpack and I got a segmentation fault. The file is included in this zip file.
I have been messing around to try to find the source of the error and I suspect the segmentation fault happens in this line.
Typelib::load( val, data.data(), data.size() );