]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[apr] Fix potential dereference of a null pointer when apr_pool_create_ex() is called... 385/head
authorAndrey Volk <andywolk@gmail.com>
Wed, 19 Feb 2020 10:27:36 +0000 (14:27 +0400)
committerAndrey Volk <andywolk@gmail.com>
Wed, 19 Feb 2020 10:38:56 +0000 (14:38 +0400)
commit3a7d96f04b10a04759d5914279dfd651cbdc206a
treebb5cede2dd60b50d0ae2ffd881679d487cedec0f
parentb3348c2dca61c2aa28b269808cf1e2fcc5a171a9
[apr] Fix potential dereference of a null pointer when apr_pool_create_ex() is called without both an allocator and a parent while global_pool is uninitialized.
libs/apr/memory/unix/apr_pools.c