]> sourceware.org Git - glibc.git/commit
Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)
authorWladimir J. van der Laan <laanwj@gmail.com>
Sat, 1 Apr 2017 07:09:09 +0000 (12:39 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 1 Apr 2017 07:09:10 +0000 (12:39 +0530)
commit622222846a2e6ffbcd02cb46cb5f29c48fe4a466
tree1bca80338aca6dc4d1afe0f211e42aeef50d6ce4
parent1361e98d5602e8b78cca019952d4a3438d68a239
Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)

Fixes a typo introduced in commit
be7991c0705e35b4d70a419d117addcd6c627319. This caused
mallopt(M_ARENA_MAX) as well as the environment variable
MALLOC_ARENA_MAX to not work as intended because it set the
wrong internal parameter.

  [BZ #21338]
* malloc/malloc.c: Call do_set_arena_max for M_ARENA_MAX
instead of incorrect do_set_arena_test
ChangeLog
malloc/malloc.c
This page took 0.040052 seconds and 5 git commands to generate.