Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.3
-
None
Description
- Read/Write outside of buffer at memcpy(); yaSSL related
- OPENSSL_assert(EVP_CIPHER_CTX_iv_length(&ctx.ctx) == iv_length); // ECB does not use IV, thus incorrect assertion
Attachments
Issue Links
- relates to
-
MDEV-7450 file_example_key_management_plugin and example_key_management_plugin don't work with yassl
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | Encryption [ 11200 ] |
Component/s | SSL [ 10112 ] |
Description | Read/Write outside of buffer at memcpy(); |
* Read/Write outside of buffer at memcpy(); yaSSL related * OPENSSL_assert(EVP_CIPHER_CTX_iv_length(&ctx.ctx) == iv_length); // ECB does not use IV, thus incorrect assertion |
Assignee | Jan Lindström [ jplindst ] | Sergei Golubchik [ serg ] |
Status | Open [ 1 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Jan Lindström [ jplindst ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 60109 ] | MariaDB v3 [ 64871 ] |
Workflow | MariaDB v3 [ 64871 ] | MariaDB v4 [ 148892 ] |
How to repeat: