DragonFlyBSD Kernel Audit
DF-1543 / 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-1543 UNPATCHED (bug present) ==="
./harness
echo
echo "=== DF-1543 PATCHED (--fixed flag) ==="
./harness --fixed