]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
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)
[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.


Trivial merge