mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
* malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
This commit is contained in:
@@ -5146,6 +5146,8 @@ int mALLOPt(int param_number, int value)
|
||||
int mALLOPt(param_number, value) int param_number; int value;
|
||||
#endif
|
||||
{
|
||||
if(__malloc_initialized < 0)
|
||||
ptmalloc_init ();
|
||||
mstate av = &main_arena;
|
||||
int res = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user