[MDEV-29400] Assertion `args[0] == args[2] || thd->stmt_arena->is_stmt_execute()' failed at item_cmpfunc.cc:2584 Created: 2022-08-27 Updated: 2022-08-27 Resolved: 2022-08-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Insert |
| Affects Version/s: | 10.8.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Zuming Jiang | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | crash | ||
| Environment: |
Ubuntu 20.04 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
I used my fuzzing tool to test Mariadb , and found a bug that can result in an abortion. Mariadb installation: Test driver compilation: Reproduce the bug: It is necessary to use "./mariadb_reproduce". When I just used "/usr/local/mysql/bin/mysql -uroot -Dtestdb < stmts.sql", the bug cannot be triggered |