diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-03-13 14:18:07 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2015-03-17 07:00:14 +0200 |
commit | a3e68b4a558e1dd0ff61e497316cb6a32d3de410 (patch) | |
tree | 8bf4bc26afe98529219198fb58c55a8d9438f212 /.gitattributes | |
parent | 5e6f12366abb02143ef57b6ff99285d81e3b3a36 (diff) | |
download | mariadb-git-a3e68b4a558e1dd0ff61e497316cb6a32d3de410.tar.gz |
MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundled
Two problems:
- Read/Write outside of buffer at memcpy() because of incorrect parameters
. OPENSSL_assert(EVP_CIPHER_CTX_iv_length(&ctx.ctx) == iv_length); // ECB does not use IV, thus incorrect assertion
Added:
mysql-test/include/encryption_algorithms.combinations to run tests with methods cbc, ecb and ctr in
those systems where they are available (see suite.pm).
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions