Handles multiple early allocation requests from dlsym.
Existing code handles single early allocation request from dlsym.
This CL extends the existing code to handle multiple requests with a larger local static buffer.
Differential D25193
[esan] Fix ESan test failure on Debian Sid bot zhaoqin on Oct 3 2016, 9:10 AM. Authored by
Details Handles multiple early allocation requests from dlsym. Existing code handles single early allocation request from dlsym.
Diff Detail
Event TimelineComment Actions
The existing code already attempts to handle early allocation, using a local static buffer: so this commit message seems to describe the CL from months ago. Please describe what's *new* in the commit message.
|