You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If structure which contains dynamic bit field array is moved or copied, the moved or copied structure still keeps reference to the original structure. This can easily lead to undefined behavior as soon as the original structure is release.
If structure which contains dynamic bit field array is moved or copied, the moved or copied structure still keeps reference to the original structure. This can easily lead to undefined behavior as soon as the original structure is release.
Consider the following schema:
and the following test application
Then, the following output can be observed:
The text was updated successfully, but these errors were encountered: