The Linux kernel received a small but important fix in April 2024 that replaces a non‑zeroed allocation with a zeroing allocator in the file‑handle path — closing an information‑leak uncovered by syzbot and flagged as CVE‑2024‑26901. The change is surgical (replace kmalloc() with kzalloc() in...