DragonFlyBSD Kernel Audit
DF-1544 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# Run harness to show buggy primitive (UNPATCHED) and fix behavior (PATCHED)
echo "=== DF-1544 UNPATCHED (bug present) ==="
./harness
echo
echo "=== DF-1544 PATCHED (--fixed flag) ==="
./harness --fixed