1 2 3 4 5
#!/bin/sh # DF-2682 - build on the guest (unprivileged) set -e cc -O2 -pthread -o sigio_uaf sigio_uaf.c echo BUILD_OK