Andrey Volk
|
0f96cae9ac
|
Merge pull request #450 from dragos-oancea/mod_fifo-val-never-read
[mod_fifo] scan-build: Value stored to 'arg' is never read - xml_callback()
|
2020-02-28 00:39:39 +04:00 |
|
Andrey Volk
|
0594177ee0
|
Merge pull request #454 from dragos-oancea/mod_redis-nullptr-deref
[mod_redis] scan-build: Dereference of null pointer - cr_delete()
|
2020-02-28 00:35:51 +04:00 |
|
Dragos Oancea
|
68e3b52828
|
[mod_voicemail_ivr] scan-build: Value stored to 'previous_msg' during its initialization is never read - vmivr_menu_navigator()
|
2020-02-27 13:52:05 +00:00 |
|
Dragos Oancea
|
40745503a1
|
[mod_redis] scan-build: Dereference of null pointer - cr_delete()
|
2020-02-27 12:48:35 +00:00 |
|
Dragos Oancea
|
623b9f60e0
|
[mod_fifo] scan-build: Value stored to 'arg' is never read - xml_callback()
|
2020-02-27 12:11:16 +00:00 |
|
Andrey Volk
|
2d727b7b31
|
Merge pull request #444 from signalwire/mod_abstraction
[mod_abstraction] scan-build: Fix dead assignment.
|
2020-02-27 00:09:12 +04:00 |
|
Andrey Volk
|
f90c4b411e
|
Merge pull request #443 from signalwire/mod_callcenter
[mod_callcenter] scan-build: Fix dead initialization.
|
2020-02-27 00:07:37 +04:00 |
|
Andrey Volk
|
776ae387ae
|
Merge pull request #442 from signalwire/mod_cidlookup
[mod_cidlookup] Fix dereference of null pointer and optimize use of pool's memory avoiding double-allocations.
|
2020-02-27 00:06:27 +04:00 |
|
Andrey Volk
|
b0d2ffcaec
|
Merge pull request #440 from signalwire/mod_rss
[mod_rss] scan-build: Fix dead assignments.
|
2020-02-27 00:05:05 +04:00 |
|
Andrey Volk
|
b099d0383d
|
Merge pull request #441 from signalwire/mod_memcache
[mod_memcache] scan-build: Fix "Uninitialized argument value"
|
2020-02-26 23:59:24 +04:00 |
|
Andrey Volk
|
0970e392c9
|
Merge pull request #435 from dragos-oancea/mod_voicemail_ivr-nullptr-arg
[mod_voicemail_ivr] scan-build: Null pointer passed as an argument to a 'nonnull' parameter - SWITCH_STANDARD_APP(voicemail_ivr_function)
|
2020-02-26 23:57:39 +04:00 |
|
Andrey Volk
|
caec8a3054
|
Merge pull request #431 from dragos-oancea/mod_oreka-linear-frame--val-never-read
[mod_oreka] scan-build: Value stored to 'linear_frame' is never read oreka_audio_callback()
|
2020-02-26 23:51:50 +04:00 |
|
Saurabh
|
26b95eea75
|
[mod_httapi] Introduction of connect-timeout param
|
2020-02-26 23:08:21 +04:00 |
|
Andrey Volk
|
c6d050d87d
|
[mod_abstraction] scan-build: Fix dead assignment.
|
2020-02-26 17:02:26 +04:00 |
|
Andrey Volk
|
f113efd7ae
|
[mod_callcenter] scan-build: Fix dead initialization.
|
2020-02-26 16:53:21 +04:00 |
|
Andrey Volk
|
949fcbabe1
|
[mod_cidlookup] Fix dereference of null pointer and optimize use of pool's memory avoiding double-allocations.
|
2020-02-26 16:12:32 +04:00 |
|
Andrey Volk
|
69c8b06112
|
[mod_memcache] scan-build: Fix "Uninitialized argument value"
|
2020-02-26 15:26:25 +04:00 |
|
Andrey Volk
|
0e8e4fff7d
|
[mod_rss] scan-build: Fix dead assignments.
|
2020-02-26 14:48:30 +04:00 |
|
Dragos Oancea
|
8fdda68018
|
[mod_voicemail_ivr] scan-build: Null pointer passed as an argument to a 'nonnull' parameter - SWITCH_STANDARD_APP(voicemail_ivr_function)
|
2020-02-25 21:49:09 +00:00 |
|
Dragos Oancea
|
d1d42dab71
|
[mod_oreka] scan-build: Value stored to 'linear_frame' is never read - oreka_audio_callback()
|
2020-02-25 21:37:57 +00:00 |
|
Andrey Volk
|
09b40e052f
|
Merge pull request #387 from signalwire/mod_dptools_leak
[mod_dptools] scan-build: Fix "Potential leak of memory pointed to by 'head'"
|
2020-02-19 20:15:15 +04:00 |
|
Andrey Volk
|
d9b63859a1
|
[mod_dptools] scan-build: Fix "Potential leak of memory pointed to by 'head'"
|
2020-02-19 19:54:29 +04:00 |
|
Andrey Volk
|
1c2aff0feb
|
[mod_hash] scan-build: Fix "Potential leak of memory pointed to by 'item'".
|
2020-02-19 19:37:09 +04:00 |
|
Andrey Volk
|
04717a5fb8
|
[mod_hash] Fix use of remote's hash table after free.
|
2020-02-13 23:55:18 +04:00 |
|
Andrey Volk
|
c714401935
|
Merge pull request #292 from iguanae/issue_210
[mod_conference] Fix possible NULL argument.
|
2020-02-12 23:50:11 +04:00 |
|
Piotr Gregor
|
978171592a
|
[mod_avmd] Add test of CPU usage
|
2020-02-12 23:47:51 +04:00 |
|
Andrey Volk
|
5b725386d4
|
[mod_conference] Fix possible NULL argument.
|
2020-02-12 23:31:34 +04:00 |
|
Dragos Oancea
|
a909ca5e80
|
[mod_conference] fix overflow (video mode == passthrough)
|
2020-01-30 18:04:51 +00:00 |
|
Andrey Volk
|
1927367cbc
|
[Unit-tests] Fix leaks mod_av and mod_conference tests, fix fonts and paths.
|
2020-01-21 21:50:08 +04:00 |
|
Andrey Volk
|
751d5ff55b
|
[Unit-tests] Place module tests into their module's Makefile.am, fix tests, add missing Makefile.am to mod_png, implement recursive make check.
|
2020-01-18 09:58:42 +00:00 |
|
Mike Jerris
|
4ed2af733d
|
[mod_vmd] deprecate abandoned module that is replaced by mod_avmd
|
2020-01-10 14:03:34 -07:00 |
|
mangshe0
|
975e6a6032
|
[mod_av] Fix mod_av not having audio when using avresample
|
2020-01-10 22:38:38 +04:00 |
|
Andrey Volk
|
da31fac5a0
|
[Core, mod_commands] Add switch_core_pool_stats API and pool_stats command with corresponding --enable-pool-debug configure flag.
|
2019-12-31 02:07:22 +04:00 |
|
Andrey Volk
|
dd1aab3332
|
[mod_voicemail] vm_fsdb_msg_email command leaks xml object.
|
2019-12-31 00:48:01 +04:00 |
|
Andrey Volk
|
5fd6299267
|
[mod_hiredis] Xml object is not freed on load.
|
2019-12-31 00:43:24 +04:00 |
|
Andrey Volk
|
05dbd8bd05
|
[mod_distributor] Fix leak of xml object when no lists in config.
|
2019-12-31 00:41:19 +04:00 |
|
Liyang
|
4d2f3fc5ec
|
FS-11677: [mod_video_filter] fix memory leak and support replace read/write video of session with a bug
https://freeswitch.org/jira/browse/FS-11677
|
2019-12-31 00:31:23 +04:00 |
|
Liyang
|
9847a8915f
|
FS-11677: [mod_video_filter] support api/app to replace the write video of session with a bug
https://freeswitch.org/jira/browse/FS-11677
|
2019-12-31 00:31:08 +04:00 |
|
Seven Du
|
fa18a3d0d6
|
FS-11877 fix regression from FS-11773 27ce89a6a2a
rename callID to sessionCallID since it breaks VC
|
2019-12-31 00:25:32 +04:00 |
|
Seven Du
|
aec1cbd236
|
FS-11773 add callID to conference private event
|
2019-12-31 00:25:00 +04:00 |
|
Andrey Volk
|
b8a18f7d83
|
FS-12057: [mod_conference] Fix video mute (use of uninitialized pointer)
|
2019-12-30 23:58:04 +04:00 |
|
Andrey Volk
|
b337e77258
|
[Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests.
|
2019-11-27 21:38:19 +04:00 |
|
Ítalo Rossi
|
3de3ec3b1a
|
[mod_callcenter] Adding SAF_SUPPORT_NOMEDIA to callcenter_track since we don't need media up for it. Also, a small fix to make it compile on OSX.
|
2019-11-26 01:33:12 +04:00 |
|
Andrey Volk
|
a4f0b2f2a0
|
[mod_test] Fix OSX build
|
2019-11-22 00:09:14 +04:00 |
|
Piotr Gregor
|
b0f09fcff2
|
[mod_avmd] Unlock and close session if adding a media bug fails
|
2019-11-12 21:29:29 +04:00 |
|
Areski Belaid
|
647ed310e5
|
[mod_callcenter] Unreserve callcenter events when config errors loading
|
2019-11-11 20:23:20 +04:00 |
|
Andrey Volk
|
65c4ca072d
|
[mod_av] Fix crash on av show codecs and av show formats .
|
2019-10-01 13:02:39 +04:00 |
|
Andrey Volk
|
15ad4c23e2
|
Merge pull request #1803 in FS/freeswitch from bugfix/FS-12025-freeswitch-crashes-on-reloadxml-when-spandsp-tone-detection-is-running to master
* commit 'd45e9df88349a26a18426fd98409845316d131fb':
FS-12025: [mod_spandsp] FreeSWITCH crashes on reloadxml when spandsp tone detection is running.
|
2019-09-17 11:03:50 -05:00 |
|
Andrey Volk
|
d0c6b30c15
|
Merge pull request #1244 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:fix/FS-10191/disable_video_floor_event_for_audio to master
* commit '4d4afbeb5d9a6aa2d8fced093aeba9b27c1e5623':
FS-10191: don't send "video-floor-change" event for audio-only conference
|
2019-09-05 12:24:23 -05:00 |
|
Andrey Volk
|
d45e9df883
|
FS-12025: [mod_spandsp] FreeSWITCH crashes on reloadxml when spandsp tone detection is running.
|
2019-08-30 02:20:18 +04:00 |
|