#!/bin/sh
# DF-0015 build: compile the kern.proc.pathname leak PoC.
set -e
cd "$(dirname "$0")"
cc -o leak_pathname leak_pathname.c
echo "built: leak_pathname"
ls -l leak_pathname
