1 2 3 4 5 6 7 8 9
#!/bin/sh # DF-0993 run set -e cd "$(dirname "$0")" echo "+ ./dbregs_leak 0 (single verbose dump)" ./dbregs_leak 0 echo "+ ./dbregs_leak 1 (fork-and-read: variance across kernel stacks)" ./dbregs_leak 1 echo "RUN_EXIT=$?"