Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
Instrument MEM_ROOT and mem_heap_t.
Safe malloc disabled for WITH_ASAN=ON.
With this patch ASAN is able to catch eg this bug
Also remove unneeded header inclusions.
Attachments
Issue Links
- causes
-
MDEV-16136 Various ASAN failures when testing 10.2/10.3
-
- Closed
-
- relates to
-
MDEV-15029 XA COMMIT and XA ROLLBACK operate on freed transaction object
-
- Closed
-
-
MDEV-15791 XA: Server crashes in lock_release upon closing connection
-
- Closed
-
-
MDEV-17248 Improve ASAN memory pool instrumentation
-
- Closed
-
Mostly already implemented with these commits:
c3e25703c75 improve ASAN instrumentation: clang
03eb15933da improve ASAN instrumentation: InnoDB/XtraDB
f2408e7e6a3 Free memory in unit tests. Makes ASAN happier.
36eb0b7a558 improve ASAN instrumentation: table->record[0]
fa331acefd6 improve ASAN instrumentation: mtr
dc28b6d180a improve ASAN instrumentation: MEM_ROOT
a966d422ca5 improve ASAN instrumentation: TRASH
5e7593add40 add support for ASAN instrumentation
6634f460a99 fix compilation with ASAN
Works with safemalloc just fine.
mem_heap_t and Pool are not instrumented.