In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Oct 7, 2025
to the GitHub Advisory Database
•
Updated Feb 5, 2026
Description
Published by the National Vulnerability Database
Oct 7, 2025
Published to the GitHub Advisory Database
Oct 7, 2025
Last updated
Feb 5, 2026
In the Linux kernel, the following vulnerability has been resolved:
ext4: fix potential memory leak in ext4_fc_record_regions()
As krealloc may return NULL, in this case 'state->fc_regions' may not be
freed by krealloc, but 'state->fc_regions' already set NULL. Then will
lead to 'state->fc_regions' memory leak.
References