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
Fix initialization of multiple sub-members within a union
The attached test shows that we could reach recursive initialisation of
unions with a byte_update instead of a union expression, which was added
in a8592a7. That previous fix did not consider the case of multiple
sub-members being initialised.
The test was constructed using creduce, starting from code included in
the Linux kernel.
0 commit comments