1 2 3 4 5 6
#!/bin/sh # Build the DF-0585 TAPSIFINFO serializer-orphan PoC. # Vendored struct tapinfo (no kernel headers needed on the guest). set -e cc -Wall -O2 -o leak_tap_lock leak_tap_lock.c echo "built: ./leak_tap_lock"