LSan allocator used to always return nullptr on too big allocation requests
(the definition of "too big" depends on platform and bitness), now it
follows policy configured by allocator_may_return_null flag.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7750 Build 7750: arc lint + arc unit
Could you rename this to something like CallocShouldFailDueToOverflow or even CallocWouldOverflow ?