• Marko Mäkelä's avatar
    MDEV-23526 InnoDB leaks memory for some static objects · d98ccbe1
    Marko Mäkelä authored
    Leaks of some members of statically allocated objects are
    not being reported by AddressSanitizer or Valgrind, but they
    can be reported by implementing SAFEMALLOC instrumentation.
    
    These leaks were identified and original fixes provided
    by Michael Widenius and Vicențiu Ciorbaru.
    d98ccbe1
log0log.cc 49.6 KB