Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.6.4
-
None
-
All
Description
Hi, developers, thank you for your checking. It seems the lock lock_bigbuffer is not released correctly when big_buffer == NULL in the function log_statement_ex?
Thank you for your checking!
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Summary | An improper locking bug due to unreleased lock | An improper locking bug(s) due to unreleased lock |
Fix Version/s | 10.2 [ 14601 ] |
Assignee | Alexey Bychko [ abychko ] |
Assignee | Alexey Bychko [ abychko ] | Alexey Botchkov [ holyfoot ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.2.41 [ 26032 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 124866 ] | MariaDB v4 [ 159667 ] |
Remote Link | This issue links to "CVE-2022-31624 (Web Link)" [ 34015 ] |
Fix Version/s | 10.6.5 [ 26034 ] | |
Fix Version/s | 10.5.13 [ 26026 ] | |
Fix Version/s | 10.4.22 [ 26031 ] | |
Fix Version/s | 10.3.32 [ 26029 ] |
Similarly, the lock archive_ctxt->mutex is not released correctly when archive_ctxt->dest_file == NULL in the function archive_open?
https://github.com/MariaDB/server/blob/76f4a78ba2639b5abd01a88b24a3c509c11530ce/extra/mariabackup/ds_archive.cc#L168-L175