v.22.1Bug Fix
ClickHouse Security Fixes and Format Parsing Corrections
Several fixes for format parsing. This is relevant ifclickhouse-serveris open for write access to adversary. Specifically crafted input data forNativeformat may lead to reading uninitialized memory or crash. This is relevant ifclickhouse-serveris open for write access to adversary. #33050 (Heena Bansal). Fixed Apache Avro Union type index out of boundary issue in Apache Avro binary format. #33022 (Harry Lee). Fix null pointer dereference inLowCardinalitydata when deserializingLowCardinalitydata in the Native format. #33021 (Harry Lee).