v.22.1Improvement

Potential Integer Overflow Issue in Array Resize

Potential issue, cannot be exploited: integer overflow may happen in array resize. #33024 (varadarajkumar).
Fixes a potential integer overflow issue during array resizing in ClickHouse.

Why it matters

This update addresses a potential integer overflow that could occur when resizing arrays, preventing possible instability or unexpected behavior. Although the issue cannot be exploited, fixing it improves the robustness and reliability of ClickHouse when handling large arrays.

How to use it

This fix is applied internally within ClickHouse; no user action is required. Simply upgrade to the version including this patch to benefit from the resolution.