Bug 215752 - KASAN: describe dynamic allocas in reports
Summary: KASAN: describe dynamic allocas in reports
Status: NEW
Alias: None
Product: Memory Management
Classification: Unclassified
Component: Sanitizers (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: MM/Sanitizers virtual assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-27 14:27 UTC by Andrey Konovalov
Modified: 2022-03-27 14:27 UTC (History)
1 user (show)

See Also:
Kernel Version: upstream
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Andrey Konovalov 2022-03-27 14:27:28 UTC
KASAN does not describe dynamic allocas in reports like it does with fixed-size stack variables.

Currently, this only applies to the Generic mode, as it's the only mode that handles dynamic allocas.

Note You need to log in before you can comment on or make changes to this bug.