[MDEV-25238] add support for -fsanitize-address-use-after-scope Created: 2021-03-24 Updated: 2021-03-26 Resolved: 2021-03-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | 10.2.38, 10.3.29, 10.4.19, 10.5.10 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
-fsanitize-address-use-after-scope allows ASAN to catch more bugs. More info can be found here https://github.com/google/sanitizers/wiki/AddressSanitizerExampleUseAfterScope |