]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10167: Fixed a bug in ks_pool alloc_mem that assumes memory is zeroed before incre...
authorShane Bryldt <astaelan@gmail.com>
Thu, 23 Mar 2017 22:52:49 +0000 (16:52 -0600)
committerShane Bryldt <astaelan@gmail.com>
Thu, 23 Mar 2017 22:52:49 +0000 (16:52 -0600)
commitad968eda6f5b5084d99bf0a421386eae5832797a
tree5ca9b870f84474bceb4aa449a18d836824a526ff
parentb4ff0097eb198e595a24a3bb707f9adfe663e653
FS-10167: Fixed a bug in ks_pool alloc_mem that assumes memory is zeroed before incrementing reference count rather than assigning it, which worked on linux test for some reason but failed under windows test which identified the issue.
libs/libks/src/ks_pool.c