Expand description
sanitizers interfaces.
Functionsยง
- User-provided default option settings.
- Describes an address (useful for calling from the debugger).
- Gets access size of an ASan error in bytes.
- Gets access type of an ASan error (0 = read, 1 = write).
- Gets the address of the report buffer of an ASan error.
- Gets the BP (base pointer) register value of an ASan error.
- Gets the bug description of an ASan error.
- Gets the PC (program counter) register value of an ASan error.
- Gets the SP (stack pointer) register value of an ASan error.
- Checks if an address is poisoned.
- Marks a memory region as unaddressable.
- Prints accumulated statistics to stderr.
- Checks if a region is poisoned and returns the address of the first poisoned byte.
- Checks if an error has been or is being reported.
- Sets a callback function to be called during ASan error reporting.
- Marks a memory region as addressable.