mirror of
https://github.com/frida/tinycc
synced 2024-11-25 00:59:37 +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++;
|