mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
The reason for the crash was the code assumed that SELECT_LEX.ref_pointer_array would be initialized with zero, which was not the case. This cause the test of if (!select->ref_pointer_array[counter]) in item.cc to be unpredictable and causes crashes. Fixed by zero-filling ref_pointer_array on allocation.
348 KiB
348 KiB