cparser
cparser copied to clipboard
cparser aborts on indexing with signed word length max
void f(char *p)
{
p[-__PTRDIFF_MAX__ - 1];
}
This gives this message :
cparser: ir/tv/tv.c:909: tarval_and: Assertion `b->mode == mode' failed.
Aborted (core dumped)