...
This rule appears in the C++ Secure Coding Standard as EXP03-CPP. Do not assume the size of a structure class or struct is the sum of the sizes of its members.
...
...
This rule appears in the C++ Secure Coding Standard as EXP03-CPP. Do not assume the size of a structure class or struct is the sum of the sizes of its members.
...