Bug 215752

Summary: KASAN: describe dynamic allocas in reports
Product: Memory Management Reporter: Andrey Konovalov (andreyknvl)
Component: SanitizersAssignee: MM/Sanitizers virtual assignee (mm_sanitizers)
Status: NEW ---    
Severity: normal CC: kasan-dev
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: upstream Subsystem:
Regression: No Bisected commit-id:

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.