# 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
```
[4.0K] /data/pocs/10960da3faec1d6a8caf04584de4d7d1ce3b1a39
├── [2.7K] f.c
├── [2.8K] f_tmpdir.c
├── [ 303] ISO646.c
└── [ 209] README.md
0 directories, 4 files