CVE-2026-97520: gfs2: move quota_init qc iterator increment
Published Sep 24, 2026
·Updated
In the Linux kernel, the following vulnerability has been resolved:
gfs2: move quotainit qc iterator increment
Move qc++ from the loop body into the for-loop increment expression in gfs2quotainit().
This keeps iterator progression explicit and avoids mixing pointer advance with duplicate-slot handling in the loop body.
Affected Software
1 affected component
Linux Linux kernel
Event History
Sep 24, 2026
CVE Published
via MITRE·04:05 PM
Data Sourced
via MITRE·04:05 PM
Description
Data Sourced
via NVD·05:17 PM
Description