(mprobe): Call checkhdr with adjusted pointer.

This commit is contained in:
Ulrich Drepper 1998-09-30 13:58:30 +00:00
parent bbbaf0b38d
commit e3e89f6774

View File

@ -212,7 +212,7 @@ mcheck (func)
abortfunc = (func != NULL) ? func : &mabort;
/* These hooks may not be safely inserted if malloc is already in use. */
if (!__malloc_initialized <= 0 && !mcheck_used)
if (__malloc_initialized <= 0 && !mcheck_used)
{
old_free_hook = __free_hook;
__free_hook = freehook;