Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
11.4.0
-
None
-
ubuntu20.04,x86
-
Not for Release Notes
Description
A segmentation fault occurs in the filesort() function in MariaDB due to a missing null check before accessing the tracker pointer. Specifically, when the tracker is NULL, the line tracker->report_use(thd, limit_rows) at sql/filesort.cc:285 results in a null pointer dereference.
Attachments
Issue Links
- duplicates
-
MDEV-32307 Server crashes at filesort
-
- Confirmed
-