Here is the situation :
I use a malloc to allocate memory for a struct. The struct contains various items such as pointers, string variables and vectors.
The
It is undefined behaviour to use a non-initialized object. Exception may be thrown at any time- or not at all.