A recent update to the VS toolchain in chromium [1] broke the windows
ASan bot because the new toolchain calls _msize_base() instead of
_msize() in a number of _aligned_* UCRT routines. Instrument
_msize_base() as well.
Details
Details
- Reviewers
rnk vitalybuka - Group Reviewers
Restricted Project - Commits
- rG137e23d53650: Windows ASan: Instrument _msize_base()
rL349115: Windows ASan: Instrument _msize_base()
rCRT349115: Windows ASan: Instrument _msize_base()
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime