-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
MDEV-33659 Server crashed at Create_func_aes_decrypt::create_native #3151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
grooverdan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Can you rebase to 11.2, edit the title here and change the target branch to 11.2, and force push your branch after changing the test "End of 11.5" messages and putting at the right location in the test file.
mysql-test/main/func_kdf.test
Outdated
| --echo # | ||
|
|
||
| --echo # | ||
| --echo # Test kdf() without parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last request - put the MDEV number at the beginning of the echo - same with other tests.
I noticed that kdf() function was not implemented in 11.2. Should I make 2 PRs? One for aes functions starting from 11.2 and the other for kdf() starting from 11.3 (when kdf() got implementd)? |
|
yep, 2 prs. Fine to reference the same MDEV |
18ac1a2 to
159c643
Compare
|
Hi @grooverdan, I made the changes and created another PR for |
grooverdan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
LinuxJedi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! Many thanks!
159c643 to
084f384
Compare
084f384 to
bb0ceac
Compare
This commit also fixes the same problem for aes_encrypt().
Description
item_listis NULL.item_listis NULL before settingarg_counttoitem_list->elements.Release Notes
Fix system crash when aes_encrypt() and aes_decrypt() where called without parameters.
How can this PR be tested?
Basing the PR against the correct MariaDB version
PR quality check