mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
Valgrind warning happens due to early null values check in Item_func_in::fix_length_and_dec(before item evaluation). As result null value items with uninitialized values are placed into array and it leads to valgrind warnings during value array sorting. The fix is to check null value after item evaluation, item is evaluated in in_array::set() method.
16 KiB
16 KiB