DragonFlyBSD Kernel Audit
DF-0904 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
# DF-0904 — run the harness. Expected on the buggy/any kernel:
#   "BUGGY loop spins forever on a non-inode chain; FIXED loop terminates normally"
# (the harness replicates both the buggy iocom.c:313-341 structure AND the
#  fixed vfsops.c:1553-1566 sibling structure; it does not require hammer2.)
set -e
cd "$(dirname "$0")"
./harness
echo "RUN_EXIT=$?"