GHSA-jmrc-p9j9-g3vwCriticalCVSS 9.8
In the Linux kernel, the following vulnerability has been resolved: ntfs: harden runlist realloc...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
ntfs: harden runlist realloc size calculations
Add a shared helper to safely convert runlist element counts to byte sizes using overflow checks, and use it in both ntfs_rl_realloc() and ntfs_rl_realloc_nofail().