mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
1.7 KiB
1.7 KiB
ClickHouse release v20.12.7.3-stable FIXME as compared to v20.12.6.29-stable
Bug Fix
- Backported in #20683: Uninitialized memory read was possible in encrypt/decrypt functions if empty string was passed as IV. This closes #19391. #19397 (Alexey Milovidov).
- Backported in #20635: Fix rare bug when some replicated operations (like mutation) cannot process some parts after data corruption. Fixes #19593. #19702 (alesapin).
- Backported in #20617: Check if table function
view
is used in expression list and throw an error. This fixes #20342. #20350 (Amos Bird). - Backported in #20487: Fix
LOGICAL_ERROR
forjoin_use_nulls=1
when JOIN contains const from SELECT. #20461 (Azat Khuzhin). - Backported in #20614: Add proper checks while parsing directory names for async INSERT (fixes SIGSEGV). #20498 (Azat Khuzhin).