Using reserve, buffer size is not updated. Since data is directly inserted and not using push_pack, this can lead to a container overflow.
Using reserve, buffer size is not updated. Since data is directly inserted and not using push_pack, this can lead to a container overflow.