# KASAN **Repository Path**: mirrors/KASAN ## Basic Information - **Project Name**: KASAN - **Description**: Kasan 是用于 Linux kernel 的 AddressSanitizer,一个快速的内存错误监测工具 - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/kasan - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-08 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](/KASAN.md), [UBSAN](/UBSAN.md), [KCSAN](/KCSAN.md), [KFENCE](/KFENCE.md), [KMSAN](/KMSAN.md), and [KTSAN](/KTSAN.md). Note, that KMSAN's code is hosted [separately](https://github.com/google/kmsan). Questions about KASAN and other Sanitizers can be asked on the [kasan-dev@googlegroups.com](https://groups.google.com/forum/#!forum/kasan-dev) 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](https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management&resolution=---). See the [Symbolizer](/SYMBOLIZER.md) page for information about symplifying reading bug reports produced by Sanitizers.