| Summary: | Massif crash on Android API >= 30 due to tagged pointers | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | maxime.coutant |
| Component: | massif | Assignee: | Nicholas Nethercote <njn> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | 3.23.0 | ||
| Target Milestone: | --- | ||
| Platform: | Android | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
maxime.coutant
2024-05-16 15:49:09 UTC
It looks like malloc is getting redirected but not free, which would probably crash anyway even without MTE. Has Android changed the visibility of 'free' in any way? |