mirror of
https://github.com/frida/tinycc
synced 2025-01-07 04:22:09 +03:00
5bcc3eed7b
int i = i++ causes a segfault because of missing guard. Looking recursively at all backend functions called from middle end several more guard appeared to be missing.
2 lines
13 B
C
2 lines
13 B
C
int i = i++;
|