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
CBMC version: 5.12 (cbmc-5.12-d8598f8-953-g7fabc9d69)
Operating system:Ubuntu 18.04.2 LTS
Exact command line resulting in the issue: cbmc flexible_member_array.c --function testFunc
What behaviour did you expect: no invariant violation
What happened instead:invariant violation occurs as follows
input C (initial example was simplified thanks to the review by @danpoe 🙂)
#include <stdlib.h>
typedef struct ST {
int id;
int c[];
} ST;
void testFunc(ST ** t) {
}
@hannes-steffenhagen-diffblue is aware of the issue (in fact this is already known issue but we could not find) and I believe he is working on it.
The text was updated successfully, but these errors were encountered:
yumibagge
changed the title
Accessing to flexible array member causes invariant violation
Pointer to struct with flexible array member as parameter to entry point causes invariant violation
Sep 6, 2019
CBMC version: 5.12 (cbmc-5.12-d8598f8-953-g7fabc9d69)
Operating system:Ubuntu 18.04.2 LTS
Exact command line resulting in the issue: cbmc flexible_member_array.c --function testFunc
What behaviour did you expect: no invariant violation
What happened instead:invariant violation occurs as follows
input C (initial example was simplified thanks to the review by @danpoe 🙂)
@hannes-steffenhagen-diffblue is aware of the issue (in fact this is already known issue but we could not find) and I believe he is working on it.
The text was updated successfully, but these errors were encountered: