DescriptionLinux: reenable malloc overrides.
(These were disabled in r35804 and r35810.)
This time we are using the __libc_* names to get at the real glibc
functions rather than dlsym. This now means that code that calls
__libc_* gets the raw functions, not 'safe' ones. Also, this sets the
visibility correctly. Previously we were not overriding malloc calls
made in shared libraries.
BUG=31809
TEST=Covered by unittests.
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressing evan's comments #
Messages
Total messages: 3 (0 generated)
|