3 matches found
CVE-2024-49956 gfs2: fix double destroy_workqueue error
In the Linux kernel, the following vulnerability has been resolved: gfs2: fix double destroyworkqueue error When gfs2fillsuper fails, destroyworkqueue is called within gfs2glhashclear, and the subsequent code path calls destroyworkqueue on the same work queue again. This issue can be fixed by...
CVE-2024-49956 gfs2: fix double destroy_workqueue error
In the Linux kernel, the following vulnerability has been resolved: gfs2: fix double destroyworkqueue error When gfs2fillsuper fails, destroyworkqueue is called within gfs2glhashclear, and the subsequent code path calls destroyworkqueue on the same work queue again. This issue can be fixed by...
CVE-2024-49956
CVE-2024-49956 : In the Linux kernel, the gfs2 subsystem could call destroy_workqueue() twice during error handling. Specifically, when gfs2_fill_super() fails, destroy_workqueue() is invoked inside gfs2_gl_hash_clear(), and the code path may destroy the same workqueue again. The root cause is a ...