#!/bin/sh
# DF-1946 run: prints which crafted images pass the buggy validate() and what
# each caller would then dereference OOB.
set -e
cd "$(dirname "$0")"
./validate_bypass
