├── Dockerfile ├── README ├── stage1.c └── stage2.c /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q3k/cve-2019-5736-poc/HEAD/Dockerfile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q3k/cve-2019-5736-poc/HEAD/README -------------------------------------------------------------------------------- /stage1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q3k/cve-2019-5736-poc/HEAD/stage1.c -------------------------------------------------------------------------------- /stage2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/q3k/cve-2019-5736-poc/HEAD/stage2.c --------------------------------------------------------------------------------