The previous CHECK was wrong because alignment can be 0.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 19076 Build 19076: arc lint + arc unit
Differential D47915
[asan] Handle 0 alignment in PosixMemalignFromLocalPool waltl on Jun 7 2018, 3:46 PM. Authored by
Details
Diff Detail
|
Actually, 0 alignment should have been rejected by CheckPosixMemalignAlignment. I'll add the check there.