PT-2026-61152
In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp meter: avoid divide-by-zero for dec cwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadv tp update cwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually...