freeswitch/src
Jakub Karolczyk bb9afcb388
[core] Coverity fixes
* [core] Coverity 1518099, 1518097, 1518098 (Unchecked return value from library)

* [core] Coverity 1468551 Unchecked return value

* [core] Coverity 1468293 Unchecked return value

* [core] Coverity 1468274 Explicit null dereferenced

* [core] Coverity 1395588 Unchecked return value

* [core] Coverity 1395515 Logically dead code

* [core] Coverity 1364984 Result is not floating-point

* [core] Coverity 1395554, 1468440 Dereference before null check

* [core] Coverity 1024487 Dereference after null check

* [core] Coverity 1024872 Unchecked return value

* [core] Coverity 1025822 Unchecked return value

* [core] Coverity 1025823 Unchecked return value

* [core] Coverity 1087637, 1346467, 1087638 Unchecked return value

* [core] Coverity 1107607 Unchecked return value

* [core] Coverity 1210777 Unchecked return value

* [core] Coverity 1227670 Dereference before null check

* [core] Coverity 1024551 Logically dead code

* [core] Coverity 1024560 Logically dead code

* [core] Coverity 1024664 Operands don't affect result

* [core] Coverity 1364957 Dereference after null check

* [core] Coverity 1395572 Logically dead code

* [core] Coverity 1412459 Unchecked return value

* [core] Coverity 1412490 Unchecked return value

* [core] Coverity 1395515/2 Logically dead code

* [core] Coverity cleanup
2023-09-08 20:17:57 +03:00
..
include [Core] check_ice: sanitize second field of the candidates. Add new switch_is_uint_in_range() API. 2023-08-13 15:49:58 +03:00
mod swigall 2023-08-13 16:00:05 +00:00
.gitignore
CMakeLists.txt
Makefile.am
cJSON.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
cJSON_Utils.c
fs_encode.c
fs_tts.c
g711.c
inet_pton.c
switch.c
switch_apr.c
switch_apr_queue.c
switch_buffer.c
switch_caller.c
switch_channel.c [Core] Add new switch_channel_get_variable_strdup() and switch_channel_get_variable_buf() APIs that avoid allocating channel variables in a session's memory pool. 2023-07-28 22:29:22 +03:00
switch_config.c
switch_console.c [Core] Fix switch_console.c for Galera Mariadb cluster 2023-08-11 23:13:00 +03:00
switch_core.c
switch_core_asr.c
switch_core_cert.c
switch_core_codec.c
switch_core_db.c
switch_core_directory.c
switch_core_event_hook.c
switch_core_file.c
switch_core_hash.c
switch_core_io.c
switch_core_media.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_core_media_bug.c
switch_core_memory.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_core_port_allocator.c
switch_core_rwlock.c
switch_core_session.c
switch_core_speech.c
switch_core_sqldb.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_core_state_machine.c
switch_core_timer.c
switch_core_video.c
switch_cpp.cpp [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_curl.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_dso.c
switch_estimators.c
switch_event.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_hashtable.c
switch_ivr.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_ivr_async.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_ivr_bridge.c
switch_ivr_menu.c
switch_ivr_originate.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_ivr_play_say.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_ivr_say.c
switch_jitterbuffer.c [core] JB audio: check for jb type and silence some debug. (#1191) 2023-09-05 23:19:59 +03:00
switch_json.c
switch_limit.c
switch_loadable_module.c
switch_log.c
switch_mprintf.c
switch_msrp.c
switch_nat.c
switch_odbc.c
switch_packetizer.c
switch_pcm.c
switch_profile.c
switch_regex.c
switch_resample.c
switch_rtp.c [core] Use auto DH params with openssl3 2023-08-11 14:33:40 +03:00
switch_scheduler.c
switch_sdp.c
switch_spandsp.c
switch_speex.c
switch_stun.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_swig.c
switch_swig.i
switch_time.c
switch_utf8.c
switch_utils.c [Core] check_ice: sanitize second field of the candidates. Add new switch_is_uint_in_range() API. 2023-08-13 15:49:58 +03:00
switch_vad.c
switch_version.c
switch_vpx.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_xml.c [core] Coverity fixes 2023-09-08 20:17:57 +03:00
switch_xml_config.c
tone2wav.c