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
Add regression test to ascertain struct hack support
When a struct with a C90-style flexible array member (e.g., `char
data[1]`, aka "struct hack") was allocated with extra space using
`malloc(sizeof(struct Foo) + sizeof(char)*2)`, CBMC before 78839a9
incorrectly failed assertions when accessing elements beyond the
declared array size.
Co-authored-by: Kiro autonomous agent
Fixes: #5213
0 commit comments