1 2 3 4 5
#!/bin/sh # DF-2867 -- build the ktrace uninitialized-stack leak PoC on the guest. set -e cd /tmp cc -O2 -Wall -o ktrleak ktrleak.c