Skip to content

google/kernel-sanitizers

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Currently the symbolizer script assumes that all symbols belong to the
same section when calculating symbol sizes, which is wrong.

Handle all sections separately. Rely on readelf instead of nm.
054a4f0

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 25, 2022 16:32
January 17, 2022 23:03
August 18, 2022 11:26
January 25, 2022 16:32
December 23, 2021 20:32
September 28, 2022 00:41
September 28, 2022 01:24
September 28, 2022 01:24
September 28, 2022 01:24
September 28, 2022 01:24
September 28, 2022 01:24
September 28, 2022 01:24
September 28, 2022 01:24

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.