1 2 3 4 5 6
#!/bin/sh # DF-0024 run script - exercises the heap overflow in linker_search_path(). # Run as ROOT on the DragonFlyBSD guest (kldload requires SYSCAP_NOKLD). cd "$(dirname "$0")" ./kldload_overflow echo "EXIT=$?"