On Thu, Sep 14, 2023 at 05:59:10PM +0300, Dan Carpenter wrote:
> On 32 bit systems, "sizeof(*arg) + replica_entries_bytes" can have an
> integer overflow leading to memory corruption.  Use size_add() to
> prevent this.

Thanks, applied

Reply via email to