Skip to content

google/kernel-sanitizers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

524468f · Jun 27, 2024

History

67 Commits
Jan 25, 2022
Jan 17, 2022
Aug 18, 2022
Jan 25, 2022
Dec 23, 2021
Jun 27, 2024
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022
Sep 27, 2022
Jan 25, 2022
Sep 27, 2022

Repository files navigation

Linux Kernel Sanitizers

Note: Most Sanitizers are maintained in the Linux kernel repository and are not hosted here.

This repository contains out-of-tree information and prototypes for KASAN, UBSAN, KCSAN, KFENCE, KMSAN, and KTSAN. Note, that KMSAN's code is hosted separately.

Questions about KASAN and other Sanitizers can be asked on the kasan-dev@googlegroups.com mailing list. You can subscribe to it either with a Google account or by sending an email to kasan-dev+subscribe@googlegroups.com.

Kernel bugs found with Sanitizers should be reported to kernel maintainers. Issues in Sanitizers themselves can be reported on the Sanitizers Bugzilla.

See the Symbolizer page for information about symplifying reading bug reports produced by Sanitizers.