kernel sanitizers

  1. Linux ntfs3 CVE-2025-68727: Zeroed Buffer Fix for Uninitialized Memory

    The Linux kernel received a small but important fix that eliminates an uninitialized-memory warning in the in-kernel NTFS driver (ntfs3): the buffer allocated by __getname was not being zeroed before use, and the upstream remedy initializes that buffer to prevent KMSAN-detected uninitialized...