Skip to content

Instantly share code, notes, and snippets.

@DrMcCoy
Created November 19, 2018 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrMcCoy/1ff60fdfdc5201b75599ab5aabe795b0 to your computer and use it in GitHub Desktop.
Save DrMcCoy/1ff60fdfdc5201b75599ab5aabe795b0 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -euxo pipefail
export UBSAN_OPTIONS="print_stacktrace=1"
export ASAN_OPTIONS="fast_unwind_on_malloc=0:detect_stack_use_after_return=0"
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment