Skip to content

Instantly share code, notes, and snippets.

@steipete
Created October 18, 2016 00:53
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 steipete/51dcdec7ede72a83219bc8eddd94d5ee to your computer and use it in GitHub Desktop.
Save steipete/51dcdec7ede72a83219bc8eddd94d5ee to your computer and use it in GitHub Desktop.
# AddressSanitizerSuppressions.supp
# See https://github.com/google/sanitizers/wiki/AddressSanitizer for options
# Apple has issues in their CoreGraphics PDF library that we cannot fix.
interceptor_via_fun:pdf_Finalize
# Looks like there is a bug in boost
interceptor_via_fun:boost::filesystem::path::path*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment