sanitisers-guide
Back to top
Glossary of Sanitiser Errors
Click the links below to find out what each error means and how you can debug it:
attempted double-free
dynamic-stack-buffer-overflow
heap-buffer-overflow
heap-use-after-free
index out of bounds
load of misaligned address
load of null pointer
member access within misaligned address
member access within null pointer
SEGV on unknown address
signed integer overflow
stack-overflow
stack-buffer-overflow
stack-buffer-underflow
store to misaligned address
store to null pointer
unsigned integer overflow
use-of-uninitialized-value