CVE-2024-26720
In the Linux kernel, the following vulnerability has been resolved: mm/writeback: fix possible divide-by-zero in wbdirtylimits, again struct dirtythrottlecontrol -thresh is an unsigned long, but is passed as the u32 divisor argument to divu64. On architectures where unsigned long is 64 bytes, the...