• Vladislav Vaintroub's avatar
    "flush ssl" ASAN warnings with yassl · c4ec6bb6
    Vladislav Vaintroub authored
    avoid calling SSL_get_verify_mode() and  SSL_get_verify_depth(),
    since yassl implementation of the function accesses the acceptor context,
    which can be freed on FLUSH SSL command.
    c4ec6bb6
mysqld.cc 337 KB