diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2019-05-25 22:59:33 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2019-05-25 22:59:33 +0200 |
commit | 88b7926ff845f4bd3d5794008ae75f35f442cfbd (patch) | |
tree | 05a82813933f841fc85f1b01ab44079e8be5a9c7 /.travis.compiler.sh | |
parent | 5d2619b6931a967df52acb6cb650c0619dcc70d2 (diff) | |
download | mariadb-git-88b7926ff845f4bd3d5794008ae75f35f442cfbd.tar.gz |
MDEV-19582 WolfSSL decyption function can read memory out-of-bounds.
MDEV-19581 Valgrind error with WolfSSL and encrypted binlog
WolfSSL can read memory out of bounds in EVP_CipherUpdate()
in decrypt/NOPAD mode, when the input length is not multiple of AES block
size.
The workaround ensures that input will have some padding at the end
by having slightly larger allocated buffer, or padding the structures
with 16 more bytes.
Diffstat (limited to '.travis.compiler.sh')
0 files changed, 0 insertions, 0 deletions