CVE-2024-50064

Publication date

2024-10-21 19:39:52

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: zram: free secondary algorithms names We need to kfree() secondary algorithms names when reset zram device that had multi-streams, otherwise we leak memory. [senozhatsky@chromium.org: kfree(NULL) is legal]