MDEV-32746 SIGSEGV on recovery when using innodb_encrypt_log and PMEM
recv_ring::copy_if_needed(): If len==0, do not decrypt anything, to avoid unnecessary work and a possible crash. This is similar to the condition recv_buf::copy_if_needed() where a similar condition was present since the beginning (commit 685d958e). Tested by: Matthias Leich
Showing
Please register or sign in to comment