We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d66715 commit 575ea9fCopy full SHA for 575ea9f
malloc/arena.c
@@ -296,12 +296,14 @@ ptmalloc_init (void)
296
#ifdef SHARED
297
/* In case this libc copy is in a non-default namespace, never use brk.
298
Likewise if dlopened from statically linked program. */
299
+ /*
300
Dl_info di;
301
struct link_map *l;
302
303
if (_dl_open_hook != NULL
304
|| (_dl_addr (ptmalloc_init, &di, &l, NULL) != 0
305
&& l->l_ns != LM_ID_BASE))
306
+ */
307
__morecore = __failing_morecore;
308
#endif
309
0 commit comments