DF-0904 / build.sh
#!/bin/sh # DF-0904 — build the deterministic loop-structure harness. # (DoS bug confirmed at the code level; in-kernel trigger requires a # cluster mount + crafted image, so the structural harness is the PoC.) set -e cd "$(dirname "$0")" echo "+ cc -O2 -o harness harness.c" cc -O2 -o harness harness.c echo "BUILD_EXIT=$?" ls -l harness |