With tag_in_free=1, malloc() can not assume that the memory is untagged,
and needs to retag is to 0.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Differential D58158
[hwasan] Fix false positive when tag_in_malloc=0,tag_in_free=1. eugenis on Feb 12 2019, 4:46 PM. Authored by
Details With tag_in_free=1, malloc() can not assume that the memory is untagged,
Diff Detail
|