]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-12048: [Core] Fix leak in SQLite (switch_cache_db_execute_sql2str) when queries...
authorAndrey Volk <andywolk@gmail.com>
Fri, 13 Sep 2019 16:28:38 +0000 (20:28 +0400)
committerAndrey Volk <andywolk@gmail.com>
Mon, 30 Dec 2019 20:01:23 +0000 (00:01 +0400)
commit4eca43bc628c5f94e8445514228996e49513872a
tree973c38a75c35d34b497a98a485d57ed5aa7d8c61
parentfc61fcfe6095cd9bb976306694fbf6c2470eb383
FS-12048: [Core] Fix leak in SQLite (switch_cache_db_execute_sql2str) when queries return a NULL containing field which may result in high memory consumption.
Freeswitch.2017.sln
src/include/switch_core_db.h
src/switch_core_db.c
src/switch_core_sqldb.c
tests/unit/Makefile.am
tests/unit/switch_core_db.c [new file with mode: 0644]
tests/unit/test_switch_core_db.2017.vcxproj [new file with mode: 0644]