Note:
This page is primarily intended for developers of Mercurial.
|
C Verification Tools
Ways to verify the C extension you're working on isn't broken.
Contents
1. ASAN
ASAN is an address sanitizer that detects memory access to unallocated or previously-freed memory.
Bryan O'Sullivan describes using it with Mercurial here.