CVE-2024-35805

Publication date

2024-05-17 13:23:13

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: dm snapshot: fix lockup in dm_exception_table_exit There was reported lockup when we exit a snapshot with many exceptions. Fix this by adding "cond_resched" to the loop that frees the exceptions.