⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
glibc
/
debian
/
patches
/
hurd-i386
/
View File Name :
tg-glibc-2.24-restore-malloc-hook.diff
Restore malloc hooks for mach-defpager until we have mlockall ready. Index: glibc-2.24/malloc/malloc.c =================================================================== --- glibc-2.24.orig/malloc/malloc.c +++ glibc-2.24/malloc/malloc.c @@ -1852,8 +1852,6 @@ static void *memalign_hook_ini (size_t a #if HAVE_MALLOC_INIT_HOOK void weak_variable (*__malloc_initialize_hook) (void) = NULL; -compat_symbol (libc, __malloc_initialize_hook, - __malloc_initialize_hook, GLIBC_2_0); #endif void weak_variable (*__free_hook) (void *__ptr,