]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Merge pull request #385 from signalwire/apr_pool
authorAndrey Volk <andywolk@gmail.com>
Wed, 19 Feb 2020 14:35:16 +0000 (18:35 +0400)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 14:35:16 +0000 (18:35 +0400)
commitb9a0b31ff4720b20ce480bc0401bc0e9d1f99558
treebb5cede2dd60b50d0ae2ffd881679d487cedec0f
parentb3348c2dca61c2aa28b269808cf1e2fcc5a171a9
parent3a7d96f04b10a04759d5914279dfd651cbdc206a
Merge pull request #385 from signalwire/apr_pool

[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.