Skip to content

OboeTesterWithASAN

Phil Burk edited this page Dec 13, 2022 · 1 revision

Building OboeTester with ASAN

You can build OboeTester with the Address Sanitizer enabled. It will be a bit bigger and run a bit slower. On the other hand, it will tell you if memory is corrupted, for example by over-indexing an array.

See Pull Request #1662 for a sample build.