]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
5 years ago[Core] Fix potential leak of hash table keys. 368/head
Andrey Volk [Sat, 15 Feb 2020 20:07:13 +0000 (00:07 +0400)] 
[Core] Fix potential leak of hash table keys.

5 years agoMerge pull request #366 from signalwire/verto-http-crash
Andrey Volk [Sat, 15 Feb 2020 18:58:46 +0000 (22:58 +0400)] 
Merge pull request #366 from signalwire/verto-http-crash

[mod_verto] fix crash on vhost http server requests without content type

5 years ago[mod_verto] fix crash on vhost http server requests without content type 366/head
Mike Jerris [Sat, 15 Feb 2020 18:40:00 +0000 (13:40 -0500)] 
[mod_verto] fix crash on vhost http server requests without content type

5 years agoMerge pull request #365 from signalwire/apr_typo
Andrey Volk [Sat, 15 Feb 2020 09:47:13 +0000 (13:47 +0400)] 
Merge pull request #365 from signalwire/apr_typo

[apr] Fix typo in network_io/unix/sendrecv.c made by previous commit

5 years ago[apr] Fix typo in network_io/unix/sendrecv.c made by previous commit 365/head
Andrey Volk [Sat, 15 Feb 2020 09:27:41 +0000 (13:27 +0400)] 
[apr] Fix typo in network_io/unix/sendrecv.c made by previous commit

5 years agoMerge pull request #364 from signalwire/apr_network
Andrey Volk [Sat, 15 Feb 2020 08:40:38 +0000 (12:40 +0400)] 
Merge pull request #364 from signalwire/apr_network

[apr] scan-build: Fix dereference of a null pointer and unused variable in network_io/unix

5 years ago[apr] scan-build: Fix dereference of a null pointer and unused variable in network_io... 364/head
Andrey Volk [Fri, 14 Feb 2020 23:42:51 +0000 (03:42 +0400)] 
[apr] scan-build: Fix dereference of a null pointer and unused variable in network_io/unix

5 years agoMerge pull request #363 from signalwire/apr_strings
Andrey Volk [Fri, 14 Feb 2020 22:46:17 +0000 (02:46 +0400)] 
Merge pull request #363 from signalwire/apr_strings

[apr] Fix dead assignment and use of uninitialized variable in strings.

5 years ago[apr] Fix dead assignment and use of uninitialized variable in strings. 363/head
Andrey Volk [Fri, 14 Feb 2020 22:22:36 +0000 (02:22 +0400)] 
[apr] Fix dead assignment and use of uninitialized variable in strings.

5 years agoMerge pull request #362 from signalwire/apr
Andrey Volk [Fri, 14 Feb 2020 21:51:34 +0000 (01:51 +0400)] 
Merge pull request #362 from signalwire/apr

[apr] scan-build: fix use of unassigned values in file_io/unix

5 years ago[apr] scan-build: fix use of unassigned values in file_io/unix 362/head
Andrey Volk [Fri, 14 Feb 2020 21:33:50 +0000 (01:33 +0400)] 
[apr] scan-build: fix use of unassigned values in file_io/unix

5 years agoMerge pull request #361 from dragos-oancea/switch_time-tzname-val-never-read
Andrey Volk [Fri, 14 Feb 2020 17:04:04 +0000 (21:04 +0400)] 
Merge pull request #361 from dragos-oancea/switch_time-tzname-val-never-read

[core] scan-build: Value stored to 'tz_name' is never read - switch_strftime_tz()

5 years agoMerge pull request #343 from dragos-oancea/switch_core_state_machine-val-never-read
Andrey Volk [Fri, 14 Feb 2020 17:02:19 +0000 (21:02 +0400)] 
Merge pull request #343 from dragos-oancea/switch_core_state_machine-val-never-read

[core] scan-build: Value stored to 'midstate' during its initialization is never read - switch_core_session_hangup_state()

5 years agoMerge pull request #351 from dragos-oancea/switch_xml-lcont-val-never-read
Andrey Volk [Fri, 14 Feb 2020 16:58:41 +0000 (20:58 +0400)] 
Merge pull request #351 from dragos-oancea/switch_xml-lcont-val-never-read

[core] scan-build: Value stored to 'lcount' is never read - switch_xml_toxml_r()

5 years agoMerge pull request #353 from signalwire/mod_hash
Andrey Volk [Fri, 14 Feb 2020 16:57:11 +0000 (20:57 +0400)] 
Merge pull request #353 from signalwire/mod_hash

[mod_hash] Fix use of remote's hash table after free.

5 years ago[core] scan-build: Value stored to 'tz_name' is never read - switch_strftime_tz() 361/head
Dragos Oancea [Fri, 14 Feb 2020 16:55:02 +0000 (16:55 +0000)] 
[core] scan-build: Value stored to 'tz_name' is never read - switch_strftime_tz()

5 years agoMerge pull request #356 from dragos-oancea/switch_ivr_async-echo-val-never-read
Andrey Volk [Fri, 14 Feb 2020 16:50:41 +0000 (20:50 +0400)] 
Merge pull request #356 from dragos-oancea/switch_ivr_async-echo-val-never-read

[core] scan-build: Value stored to 'status' is never read - switch_ivr_session_echo()

5 years agoMerge pull request #357 from dragos-oancea/switch_ivr_bridge-status-val-never-read
Andrey Volk [Fri, 14 Feb 2020 16:49:07 +0000 (20:49 +0400)] 
Merge pull request #357 from dragos-oancea/switch_ivr_bridge-status-val-never-read

[core] scan-build: Value stored to 'status' is never read - audio_bridge_thread()

5 years agoMerge pull request #360 from dragos-oancea/switch_event-nullptr-passed
Andrey Volk [Fri, 14 Feb 2020 16:43:45 +0000 (20:43 +0400)] 
Merge pull request #360 from dragos-oancea/switch_event-nullptr-passed

[core] scan-build: Null pointer passed as an argument to a 'nonnull' parameter - switch_event_base_add_header()

5 years ago[core] scan-build: Null pointer passed as an argument to a 'nonnull' parameter -... 360/head
Dragos Oancea [Fri, 14 Feb 2020 15:53:16 +0000 (15:53 +0000)] 
[core] scan-build: Null pointer passed as an argument to a 'nonnull' parameter - switch_event_base_add_header()

5 years agoMerge pull request #359 from signalwire/apr_util
Andrey Volk [Fri, 14 Feb 2020 14:56:50 +0000 (18:56 +0400)] 
Merge pull request #359 from signalwire/apr_util

[apr-util] Fix issues reported by scan-build.

5 years agoMerge pull request #358 from signalwire/apr_sha2
Andrey Volk [Fri, 14 Feb 2020 14:49:54 +0000 (18:49 +0400)] 
Merge pull request #358 from signalwire/apr_sha2

[apr] Scan-build: Fix multiple dead assignments in sha2.c

5 years ago[apr-util] Fix issues reported by scan-build. 359/head
Andrey Volk [Fri, 14 Feb 2020 14:39:15 +0000 (18:39 +0400)] 
[apr-util] Fix issues reported by scan-build.

5 years ago[apr] Scan-build: Fix multiple dead assignments in sha2.c 358/head
Andrey Volk [Thu, 13 Feb 2020 21:54:22 +0000 (01:54 +0400)] 
[apr] Scan-build: Fix multiple dead assignments in sha2.c

5 years agoMerge pull request #355 from dragos-oancea/switch_loadable_module-val-never-read-
Andrey Volk [Thu, 13 Feb 2020 21:39:15 +0000 (01:39 +0400)] 
Merge pull request #355 from dragos-oancea/switch_loadable_module-val-never-read-

[core] scan-build: Value stored to 'err' is never read - switch_loadable_module_build_dynamic()

5 years agoMerge pull request #354 from dragos-oancea/switch_msrp-val-never-read
Andrey Volk [Thu, 13 Feb 2020 21:37:34 +0000 (01:37 +0400)] 
Merge pull request #354 from dragos-oancea/switch_msrp-val-never-read

[core] scan-build: Value stored to 'q' during its initialization is never read - msrp_parse_headers()

5 years agoMerge pull request #352 from signalwire/sofia_scanbuild
Andrey Volk [Thu, 13 Feb 2020 21:29:16 +0000 (01:29 +0400)] 
Merge pull request #352 from signalwire/sofia_scanbuild

[sofia-sip] Fix multiple issues reported by scan-build.

5 years agoMerge pull request #349 from dragos-oancea/spandsp-at-nullptr
Andrey Volk [Thu, 13 Feb 2020 21:08:40 +0000 (01:08 +0400)] 
Merge pull request #349 from dragos-oancea/spandsp-at-nullptr

[spandsp] scan-build: Dereference of null pointer - at_put_response()

5 years ago[spandsp] scan-build: Dereference of null pointer - at_put_response() 349/head
Dragos Oancea [Wed, 12 Feb 2020 22:20:28 +0000 (22:20 +0000)] 
[spandsp] scan-build: Dereference of null pointer - at_put_response()

5 years agoMerge pull request #350 from dragos-oancea/switch_vpx-pid-val-never-read
Andrey Volk [Thu, 13 Feb 2020 20:30:16 +0000 (00:30 +0400)] 
Merge pull request #350 from dragos-oancea/switch_vpx-pid-val-never-read

[core] scan-build: Value stored to 'pid' is never read - buffer_vp9_packets()

5 years agoMerge pull request #348 from dragos-oancea/spandsp-t4_tx-res--val-never-read
Andrey Volk [Thu, 13 Feb 2020 20:27:20 +0000 (00:27 +0400)] 
Merge pull request #348 from dragos-oancea/spandsp-t4_tx-res--val-never-read

[spandsp] scan-build: Value stored to 'res' is never read - t4_tx_set_tx_image_format()

5 years agoMerge pull request #346 from dragos-oancea/switch_ivr_originate-myflags-val-never...
Andrey Volk [Thu, 13 Feb 2020 20:20:23 +0000 (00:20 +0400)] 
Merge pull request #346 from dragos-oancea/switch_ivr_originate-myflags-val-never-read

[core] scan-build: Value stored to 'myflags' during its initialization is never read - switch_ivr_originate()

5 years agoMerge pull request #345 from dragos-oancea/switch_time-time_sync-val-never-read
Andrey Volk [Thu, 13 Feb 2020 20:13:18 +0000 (00:13 +0400)] 
Merge pull request #345 from dragos-oancea/switch_time-time_sync-val-never-read

[core] scan-build: Value stored to 'time_sync' is never read - softtimer_runtime()

5 years agoMerge pull request #344 from dragos-oancea/switch_ivr_menu-val-never-read
Andrey Volk [Thu, 13 Feb 2020 20:10:33 +0000 (00:10 +0400)] 
Merge pull request #344 from dragos-oancea/switch_ivr_menu-val-never-read

[core] scan-build: Value stored to 'status' is never read - switch_ivr_menu_execute()

5 years ago[mod_hash] Fix use of remote's hash table after free. 353/head
Andrey Volk [Thu, 13 Feb 2020 18:02:30 +0000 (22:02 +0400)] 
[mod_hash] Fix use of remote's hash table after free.

5 years ago[core] scan-build: Value stored to 'status' is never read - audio_bridge_thread() 357/head
Dragos Oancea [Thu, 13 Feb 2020 19:11:35 +0000 (19:11 +0000)] 
[core] scan-build: Value stored to 'status' is never read - audio_bridge_thread()

5 years ago[core] scan-build: Value stored to 'status' is never read - switch_ivr_session_echo() 356/head
Dragos Oancea [Thu, 13 Feb 2020 19:08:21 +0000 (19:08 +0000)] 
[core] scan-build: Value stored to 'status' is never read - switch_ivr_session_echo()

5 years ago[core] scan-build: Value stored to 'err' is never read - switch_loadable_module_build... 355/head
Dragos Oancea [Thu, 13 Feb 2020 19:00:40 +0000 (19:00 +0000)] 
[core] scan-build: Value stored to 'err' is never read - switch_loadable_module_build_dynamic()

5 years ago[core] scan-build: Value stored to 'q' during its initialization is never read -... 354/head
Dragos Oancea [Thu, 13 Feb 2020 18:56:07 +0000 (18:56 +0000)] 
[core] scan-build: Value stored to 'q' during its initialization is never read - msrp_parse_headers()

5 years ago[sofia-sip] Fix multiple issues reported by scan-build. 352/head
Andrey Volk [Thu, 13 Feb 2020 14:57:06 +0000 (18:57 +0400)] 
[sofia-sip] Fix multiple issues reported by scan-build.

5 years ago[core] scan-build: Value stored to 'pid' is never read - buffer_vp9_packets() 350/head
Dragos Oancea [Thu, 13 Feb 2020 11:54:31 +0000 (11:54 +0000)] 
[core] scan-build: Value stored to 'pid' is never read - buffer_vp9_packets()

5 years ago[core] scan-build: Value stored to 'lcount' is never read - switch_xml_toxml_r() 351/head
Dragos Oancea [Thu, 13 Feb 2020 12:12:01 +0000 (12:12 +0000)] 
[core] scan-build: Value stored to 'lcount' is never read - switch_xml_toxml_r()

5 years agoMerge pull request #341 from signalwire/sofia_sdp
Andrey Volk [Wed, 12 Feb 2020 23:11:10 +0000 (03:11 +0400)] 
Merge pull request #341 from signalwire/sofia_sdp

[sofia-sip] Fix sdp_session_cmp(), add test. Scan-build: Fix multiple dereferences of null pointer.

5 years ago[sofia-sip] Fix sdp_session_cmp(), add test. Scan-build: Fix multiple dereferences... 341/head
Andrey Volk [Wed, 12 Feb 2020 20:35:49 +0000 (00:35 +0400)] 
[sofia-sip] Fix sdp_session_cmp(), add test. Scan-build: Fix multiple dereferences of null pointer.

5 years ago[spandsp] scan-build: Value stored to 'res' is never read - t4_tx_set_tx_image_format() 348/head
Dragos Oancea [Wed, 12 Feb 2020 22:13:04 +0000 (22:13 +0000)] 
[spandsp] scan-build: Value stored to 'res' is never read - t4_tx_set_tx_image_format()

5 years ago[core] scan-build: Value stored to 'myflags' during its initialization is never read... 346/head
Dragos Oancea [Wed, 12 Feb 2020 21:49:43 +0000 (21:49 +0000)] 
[core] scan-build: Value stored to 'myflags' during its initialization is never read - switch_ivr_originate()

5 years ago[core] scan-build: Value stored to 'time_sync' is never read - softtimer_runtime() 345/head
Dragos Oancea [Wed, 12 Feb 2020 21:44:50 +0000 (21:44 +0000)] 
[core] scan-build: Value stored to 'time_sync' is never read - softtimer_runtime()

5 years ago[core] scan-build: Value stored to 'status' is never read - switch_ivr_menu_execute() 344/head
Dragos Oancea [Wed, 12 Feb 2020 21:39:57 +0000 (21:39 +0000)] 
[core] scan-build: Value stored to 'status' is never read - switch_ivr_menu_execute()

5 years ago[core] scan-build: Value stored to 'midstate' during its initialization is never... 343/head
Dragos Oancea [Wed, 12 Feb 2020 21:37:19 +0000 (21:37 +0000)] 
[core] scan-build: Value stored to 'midstate' during its initialization is never read - switch_core_session_hangup_state()

5 years agoMerge pull request #292 from iguanae/issue_210
Andrey Volk [Wed, 12 Feb 2020 19:50:11 +0000 (23:50 +0400)] 
Merge pull request #292 from iguanae/issue_210

[mod_conference] Fix possible NULL argument.

5 years ago[mod_avmd] Add test of CPU usage
Piotr Gregor [Wed, 12 Feb 2020 19:47:51 +0000 (19:47 +0000)] 
[mod_avmd] Add test of CPU usage

5 years ago[core] Turn DTMF logging on or off using sensitive_dtmf var
Visytel [Wed, 12 Feb 2020 19:44:35 +0000 (06:44 +1100)] 
[core] Turn DTMF logging on or off using sensitive_dtmf var

5 years ago[mod_conference] Fix possible NULL argument. 292/head
Andrey Volk [Wed, 12 Feb 2020 19:31:34 +0000 (23:31 +0400)] 
[mod_conference] Fix possible NULL argument.

5 years agoMerge pull request #216 from rucc/short_play_fix
Andrey Volk [Wed, 12 Feb 2020 19:08:15 +0000 (23:08 +0400)] 
Merge pull request #216 from rucc/short_play_fix

[core] fix: don't terminate file before max_samples returned

5 years agoMerge pull request #340 from dragos-oancea/spandsp-super_tone_rx-undefined
Andrey Volk [Wed, 12 Feb 2020 18:58:19 +0000 (22:58 +0400)] 
Merge pull request #340 from dragos-oancea/spandsp-super_tone_rx-undefined

[spandsp] scan-build: The left operand of '>' is a garbage value - super_tone_chunk()

5 years agoMerge pull request #339 from dragos-oancea/switch_ivr_async-nullptr
Andrey Volk [Wed, 12 Feb 2020 18:54:23 +0000 (22:54 +0400)] 
Merge pull request #339 from dragos-oancea/switch_ivr_async-nullptr

[core] scan-build: Dereference of null pointer (loaded from variable 'result') - switch_ivr_play_and_detect_speech()

5 years agoMerge pull request #338 from dragos-oancea/switch_time-val-never-read
Andrey Volk [Wed, 12 Feb 2020 18:51:45 +0000 (22:51 +0400)] 
Merge pull request #338 from dragos-oancea/switch_time-val-never-read

[core] scan-build: Value stored to 'time_sync' during its initialization is never read

5 years agoMerge pull request #334 from dragos-oancea/mod_sofia-call-info_val-never-read
Andrey Volk [Wed, 12 Feb 2020 18:50:08 +0000 (22:50 +0400)] 
Merge pull request #334 from dragos-oancea/mod_sofia-call-info_val-never-read

[mod_sofia] scan-build: Access to field 'sip_call_info' results in a dereference of a null pointer (loaded from variable 'sip')

5 years agoMerge pull request #333 from dragos-oancea/sofia-sip_extra-val_never_read
Andrey Volk [Wed, 12 Feb 2020 18:46:39 +0000 (22:46 +0400)] 
Merge pull request #333 from dragos-oancea/sofia-sip_extra-val_never_read

[sofia-sip] scan-build: Value stored to 'ci' during its initialization is never read - sip_info_d()

5 years agoMerge pull request #332 from dragos-oancea/sofia-tport-null-ptr
Andrey Volk [Wed, 12 Feb 2020 18:42:46 +0000 (22:42 +0400)] 
Merge pull request #332 from dragos-oancea/sofia-tport-null-ptr

[sofia-sip] scan-build: Access to field 'ai_addr' results in a dereference of a null pointer (loaded from variable 'res')

5 years agoMerge pull request #331 from dragos-oancea/sofia-sdp_zone-cmp-val-never-read
Andrey Volk [Wed, 12 Feb 2020 18:38:51 +0000 (22:38 +0400)] 
Merge pull request #331 from dragos-oancea/sofia-sdp_zone-cmp-val-never-read

[sofia-sip] scan-build: Access to field 'z_number_of_adjustments' results in a dereference of a null pointer (loaded from variable 'a')

5 years agoMerge pull request #326 from dragos-oancea/sofia-nua_session-val-never-read
Andrey Volk [Wed, 12 Feb 2020 18:32:31 +0000 (22:32 +0400)] 
Merge pull request #326 from dragos-oancea/sofia-nua_session-val-never-read

[sofia-sip] scan-build: Value stored to 'invite_timeout' is never read - nua_invite_client_request()

5 years agoMerge pull request #330 from dragos-oancea/sofia-sdp_val-never-read--
Andrey Volk [Wed, 12 Feb 2020 18:23:16 +0000 (22:23 +0400)] 
Merge pull request #330 from dragos-oancea/sofia-sdp_val-never-read--

[sofia-sip] scan-build: Access to field 'c_nettype' results in a dereference of a null pointer (loaded from variable 'a')

5 years agoMerge pull request #329 from dragos-oancea/sofia-nta-now_val-never-read
Andrey Volk [Wed, 12 Feb 2020 18:15:51 +0000 (22:15 +0400)] 
Merge pull request #329 from dragos-oancea/sofia-nta-now_val-never-read

[sofia-sip] scan-build: Value stored to 'now' during its initialization is never read - _nta_incoming_timer()

5 years agoMerge pull request #328 from dragos-oancea/sofia-nua_register-val-never_read-
Andrey Volk [Wed, 12 Feb 2020 18:11:25 +0000 (22:11 +0400)] 
Merge pull request #328 from dragos-oancea/sofia-nua_register-val-never_read-

[sofia-sip] scan-build: Value stored to 's' during its initialization is never read - nua_handle_contact_by_via()

5 years agoMerge pull request #327 from dragos-oancea/sofia-iptsec-val-never-read
Andrey Volk [Wed, 12 Feb 2020 18:08:52 +0000 (22:08 +0400)] 
Merge pull request #327 from dragos-oancea/sofia-iptsec-val-never-read

[sofia-sip] scan-build: Value stored to 'phrase' is never read - auth_check_digest()

5 years ago[sofia-sip] scan-build: Value stored to 'invite_timeout' is never read - nua_invite_c... 326/head
Dragos Oancea [Wed, 12 Feb 2020 00:41:17 +0000 (00:41 +0000)] 
[sofia-sip] scan-build: Value stored to 'invite_timeout' is never read - nua_invite_client_request()

5 years agoMerge pull request #325 from dragos-oancea/sofia-nta-undefined
Andrey Volk [Wed, 12 Feb 2020 17:56:44 +0000 (21:56 +0400)] 
Merge pull request #325 from dragos-oancea/sofia-nta-undefined

[sofia-sip] scan-build: Assigned value is garbage or undefined - outgoing_naptr_tport()

5 years ago[spandsp] scan-build: The left operand of '>' is a garbage value - super_tone_chunk() 340/head
Dragos Oancea [Wed, 12 Feb 2020 10:30:20 +0000 (10:30 +0000)] 
[spandsp] scan-build: The left operand of '>' is a garbage value - super_tone_chunk()

5 years ago[core] scan-build: Dereference of null pointer (loaded from variable 'result') -... 339/head
Dragos Oancea [Wed, 12 Feb 2020 10:23:32 +0000 (10:23 +0000)] 
[core] scan-build: Dereference of null pointer (loaded from variable 'result') - switch_ivr_play_and_detect_speech()

5 years ago[core] scan-build: Value stored to 'time_sync' during its initialization is never... 338/head
Dragos Oancea [Wed, 12 Feb 2020 10:19:16 +0000 (10:19 +0000)] 
[core] scan-build: Value stored to 'time_sync' during its initialization is never read

5 years ago[mod_sofia] scan-build: Access to field 'sip_call_info' results in a dereference... 334/head
Dragos Oancea [Wed, 12 Feb 2020 01:53:24 +0000 (01:53 +0000)] 
[mod_sofia] scan-build: Access to field 'sip_call_info' results in a dereference of a null pointer (loaded from variable 'sip')

5 years ago[sofia-sip] scan-build: Value stored to 'ci' during its initialization is never read... 333/head
Dragos Oancea [Wed, 12 Feb 2020 01:49:43 +0000 (01:49 +0000)] 
[sofia-sip] scan-build: Value stored to 'ci' during its initialization is never read - sip_info_d()

5 years ago[sofia-sip] scan-build: Access to field 'ai_addr' results in a dereference of a null... 332/head
Dragos Oancea [Wed, 12 Feb 2020 01:39:18 +0000 (01:39 +0000)] 
[sofia-sip] scan-build: Access to field 'ai_addr' results in a dereference of a null pointer (loaded from variable 'res')

5 years ago[sofia-sip] scan-build: Access to field 'z_number_of_adjustments' results in a derefe... 331/head
Dragos Oancea [Wed, 12 Feb 2020 01:29:25 +0000 (01:29 +0000)] 
[sofia-sip] scan-build: Access to field 'z_number_of_adjustments' results in a dereference of a null pointer (loaded from variable 'a')

5 years ago[sofia-sip] scan-build: Access to field 'c_nettype' results in a dereference of a... 330/head
Dragos Oancea [Wed, 12 Feb 2020 01:21:30 +0000 (01:21 +0000)] 
[sofia-sip] scan-build: Access to field 'c_nettype' results in a dereference of a null pointer (loaded from variable 'a')

5 years ago[sofia-sip] scan-build: Value stored to 'now' during its initialization is never... 329/head
Dragos Oancea [Wed, 12 Feb 2020 00:59:04 +0000 (00:59 +0000)] 
[sofia-sip] scan-build: Value stored to 'now' during its initialization is never read - _nta_incoming_timer()

5 years ago[sofia-sip] scan-build: Value stored to 's' during its initialization is never read... 328/head
Dragos Oancea [Wed, 12 Feb 2020 00:55:12 +0000 (00:55 +0000)] 
[sofia-sip] scan-build: Value stored to 's' during its initialization is never read - nua_handle_contact_by_via()

5 years ago[sofia-sip] scan-build: Value stored to 'phrase' is never read - auth_check_digest() 327/head
Dragos Oancea [Wed, 12 Feb 2020 00:49:17 +0000 (00:49 +0000)] 
[sofia-sip] scan-build: Value stored to 'phrase' is never read - auth_check_digest()

5 years ago[sofia-sip] scan-build: Assigned value is garbage or undefined - outgoing_naptr_tport() 325/head
Dragos Oancea [Tue, 11 Feb 2020 23:30:55 +0000 (23:30 +0000)] 
[sofia-sip] scan-build: Assigned value is garbage or undefined - outgoing_naptr_tport()

5 years agoMerge pull request #309 from dragos-oancea/spandsp-gsm_val-never-read
Andrey Volk [Tue, 11 Feb 2020 21:04:04 +0000 (01:04 +0400)] 
Merge pull request #309 from dragos-oancea/spandsp-gsm_val-never-read

[core] scan-build: Value stored to 'EM' is never read - rpe_grid_selection()

5 years agoMerge pull request #308 from dragos-oancea/spandsp-t4_tx-val-never-read
Andrey Volk [Tue, 11 Feb 2020 21:02:32 +0000 (01:02 +0400)] 
Merge pull request #308 from dragos-oancea/spandsp-t4_tx-val-never-read

[spandsp] scan-build: Value stored to 'result' is never read - read_tiff_t85_image()

5 years agoMerge pull request #306 from dragos-oancea/spandsp-super_tone_rx-div_by_zero
Andrey Volk [Tue, 11 Feb 2020 21:00:49 +0000 (01:00 +0400)] 
Merge pull request #306 from dragos-oancea/spandsp-super_tone_rx-div_by_zero

[spandsp] scan-build: Division by zero - test_cadence()

5 years agoMerge pull request #303 from dragos-oancea/switch_core_video-nullptr
Andrey Volk [Tue, 11 Feb 2020 20:57:54 +0000 (00:57 +0400)] 
Merge pull request #303 from dragos-oancea/switch_core_video-nullptr

[core] scan-build: Dereference of null pointer (loaded from variable 'txt') - switch_img_write_text_img(

5 years agoMerge pull request #302 from dragos-oancea/switch_log-res-undefined
Andrey Volk [Tue, 11 Feb 2020 20:55:04 +0000 (00:55 +0400)] 
Merge pull request #302 from dragos-oancea/switch_log-res-undefined

[core] scan-build: The result of the '<<' expression is undefined - switch_log_str2mask()

5 years agoMerge pull request #301 from dragos-oancea/sofia-soa-nullptr
Andrey Volk [Tue, 11 Feb 2020 20:52:28 +0000 (00:52 +0400)] 
Merge pull request #301 from dragos-oancea/sofia-soa-nullptr

[sofia-sip] scan-build: Access to field 'c_address' results in a dereference of a null pointer (loaded from variable 'c'

5 years agoMerge pull request #300 from dragos-oancea/sofia-nua_stack-nullptr
Andrey Volk [Tue, 11 Feb 2020 20:49:42 +0000 (00:49 +0400)] 
Merge pull request #300 from dragos-oancea/sofia-nua_stack-nullptr

[sofia-sip] scan-build: Access to field 'nh_destroyed' results in a dereference of a null pointer (loaded from variable 'nh')

5 years agoMerge pull request #299 from dragos-oancea/mod_sofia-nullptr
Andrey Volk [Tue, 11 Feb 2020 20:45:30 +0000 (00:45 +0400)] 
Merge pull request #299 from dragos-oancea/mod_sofia-nullptr

[mod_sofia] scan-build: Access to field 'sip_payload' results in a dereference of a null pointer (loaded from variable 'sip')

5 years agoMerge pull request #298 from dragos-oancea/sofia-sip_extra-val-never-read
Andrey Volk [Tue, 11 Feb 2020 20:43:48 +0000 (00:43 +0400)] 
Merge pull request #298 from dragos-oancea/sofia-sip_extra-val-never-read

[sofia-sip] scan-build: Value stored to 'end' during its initialization is never read - sip_info_d()

5 years agoMerge pull request #297 from dragos-oancea/sofia-nta_val-never-read
Andrey Volk [Tue, 11 Feb 2020 20:40:34 +0000 (00:40 +0400)] 
Merge pull request #297 from dragos-oancea/sofia-nta_val-never-read

[sofia-sip] scan-build: Value stored to 'tport' is never read - incoming_retransmit_reply()

5 years agoMerge pull request #296 from dragos-oancea/sofia-nua_register-val-never-read
Andrey Volk [Tue, 11 Feb 2020 20:38:34 +0000 (00:38 +0400)] 
Merge pull request #296 from dragos-oancea/sofia-nua_register-val-never-read

[sofia-sip] scan-build: Value stored to 'contacts' is never read - nua_register_client_request()

5 years agoMerge pull request #295 from dragos-oancea/sofia-msg_parser-val-never-read
Andrey Volk [Tue, 11 Feb 2020 20:37:00 +0000 (00:37 +0400)] 
Merge pull request #295 from dragos-oancea/sofia-msg_parser-val-never-read

[sofia-sip] scan-build: Value stored to 'rest' is never read - msg_extract_payload()

5 years agoMerge pull request #294 from dragos-oancea/sofia-tport_type_tcp-val-never-read
Andrey Volk [Tue, 11 Feb 2020 20:35:33 +0000 (00:35 +0400)] 
Merge pull request #294 from dragos-oancea/sofia-tport_type_tcp-val-never-read

[sofia-sip] scan-build: Value stored to 'why' is never read - tport_tcp_ping()

5 years agoMerge pull request #293 from dragos-oancea/sofia-tport_tls-val-never-read
Andrey Volk [Tue, 11 Feb 2020 20:32:34 +0000 (00:32 +0400)] 
Merge pull request #293 from dragos-oancea/sofia-tport_tls-val-never-read

[sofia-sip] scan-build: Value stored to 'options' is never read - tls_init_context()

5 years agoMerge pull request #289 from dragos-oancea/sofia-nta-val-undefined
Andrey Volk [Tue, 11 Feb 2020 20:30:33 +0000 (00:30 +0400)] 
Merge pull request #289 from dragos-oancea/sofia-nta-val-undefined

[sofia-sip] scan-build: Assigned value is garbage or undefined - outoing_naptr_tport()

5 years agoMerge pull request #288 from dragos-oancea/sofia-msg_parser_util-nullptr
Andrey Volk [Tue, 11 Feb 2020 20:21:52 +0000 (00:21 +0400)] 
Merge pull request #288 from dragos-oancea/sofia-msg_parser_util-nullptr

[sofia-sip] scan-build: Null pointer passed as an argument to a 'null' parameter

5 years agoMerge pull request #277 from dragos-oancea/switch_event_base_add_header-null
Andrey Volk [Tue, 11 Feb 2020 20:05:51 +0000 (00:05 +0400)] 
Merge pull request #277 from dragos-oancea/switch_event_base_add_header-null

[core] scan-build: Null pointer passed as an argument to a 'nonnull' parameter - switch_event_base_add_header()

5 years agoMerge pull request #274 from dragos-oancea/collect_thread_run_dead_a
Andrey Volk [Tue, 11 Feb 2020 20:02:19 +0000 (00:02 +0400)] 
Merge pull request #274 from dragos-oancea/collect_thread_run_dead_a

[core] scan-build: Value stored to 'file' is never read

5 years ago[core] Reduce log level to DEBUG for binding to events and certain clock messages
Visytel [Tue, 11 Feb 2020 19:58:33 +0000 (06:58 +1100)] 
[core] Reduce log level to DEBUG for binding to events and certain clock messages

5 years agoMerge pull request #318 from signalwire/debian_optional
Andrey Volk [Mon, 10 Feb 2020 14:10:05 +0000 (18:10 +0400)] 
Merge pull request #318 from signalwire/debian_optional

[Build-System] Update debian/control and replace all instances of Priority: extra with Priority: optional. Since Debian Policy version 4.0.1, the priority extra has been deprecated.