Avoid crashes when system libraries use the purgeable zone allocator

This commit is contained in:
Mike Hommey
2012-03-27 14:20:13 +02:00
committed by Jason Evans
parent 71a93b8725
commit 3c2ba0dcbc
2 changed files with 27 additions and 6 deletions

View File

@@ -1175,7 +1175,7 @@ je_valloc(size_t size)
* to inconsistently reference libc's malloc(3)-compatible functions
* (https://bugzilla.mozilla.org/show_bug.cgi?id=493541).
*
* These definitions interpose hooks in glibc.  The functions are actually
* These definitions interpose hooks in glibc. The functions are actually
* passed an extra argument for the caller return address, which will be
* ignored.
*/