34532 Commits

Author SHA1 Message Date
Andrey Volk
0359a36a79
Merge pull request #427 from dragos-oancea/mod_verto-nullptr-arg
[mod_verto] scan-build: Null pointer argument in call to string comparison function - http_run()
2020-02-26 23:45:09 +04:00
Andrey Volk
4bb96f4bcd
Merge pull request #426 from signalwire/mod_json_cdr
[mod_json_cdr] scan-build: Fix dead assignments.
2020-02-26 23:43:37 +04:00
Andrey Volk
827c160fb2
Merge pull request #424 from signalwire/mod_odbc_cdr
[mod_odbc_cdr] scan-build: Fix dereference of null pointer and a dead assignment.
2020-02-26 23:42:07 +04:00
Andrey Volk
01985cf5cf
Merge pull request #423 from signalwire/mod_imagick
[mod_imagick] Remove unused variable.
2020-02-26 23:40:50 +04:00
Andrey Volk
e3e4326b63
Merge pull request #422 from signalwire/mod_png
[mod_png] Remove unused variable.
2020-02-26 23:39:28 +04:00
Andrey Volk
b75a42728d
Merge pull request #421 from signalwire/mod_portaudio_stream
[mod_portaudio_stream] scan-build: Fix dead assignment.
2020-02-26 23:37:54 +04:00
Andrey Volk
462e946320
Merge pull request #419 from dragos-oancea/mod_unimrcp-val-never-read
[mod_unimrcp] scan-build: Value stored to 'lname' is never read - audio_queue_create()
2020-02-26 23:36:18 +04:00
Andrey Volk
22e0beefad
Merge pull request #418 from signalwire/mod_python
[mod_python] scan-build: Fix "Argument with 'nonnull' attribute passed null"
2020-02-26 23:32:20 +04:00
Andrey Volk
e475c67b2d
Merge pull request #417 from signalwire/say
[mod_say_xx] Fix multiple dead assignments
2020-02-26 23:28:55 +04:00
Andrey Volk
395afbefaa
Merge pull request #416 from dragos-oancea/mod_amr-nullptr-deref
[mod_amr] scan-build: Array access (from variable 'tocs') results in a null pointer dereference - switch_amr_unpack_oa()
2020-02-26 23:27:25 +04:00
Andrey Volk
2d354257bc
Merge pull request #415 from dragos-oancea/mod_amr-build-val-never-read
[mod_amr] scan-build: Value stored to 'ft' is never read - switch_amr_unpack_be()
2020-02-26 23:19:42 +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
cec9e173d7 [mod_rtmp] scan-build: Access to field 'name' results in a dereference of a null pointer (loaded from variable 'profile') - config_profile() 2020-02-25 23:55:11 +00:00
Dragos Oancea
89555c2151 [mod_amqp] scan-build: Dereference of null pointer (loaded from variable 'active') - mod_amqp_connection_open() 2020-02-25 22:09:33 +00:00
Dragos Oancea
b53274276f [mod_redis] scan-build: Potential leak of memory pointed to by 'cptr' - cr_morebulk() 2020-02-25 22:04:01 +00: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
Andrey Volk
456a7fa8cc [mod_pgsql,mod_mariadb] Fix scan-build warnings. 2020-02-26 01:48:40 +04:00
Dragos Oancea
ba0221ff09 [mod_verto] scan-build: Value stored to 'status' is never read - verto_read_text_frame() 2020-02-25 21:45:38 +00:00
Dragos Oancea
f99eecdd03 [mod_rtmp] scan-build: Value stored to 'status' is never read - RTMP_INVOKE_FUNCTION(rtmp_i_sendevent) 2020-02-25 21:42:20 +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
Dragos Oancea
fa49e46bb7 [mod_vlc] scan-build: Value stored to 'vcontext' is never read - vlc_file_av_open() 2020-02-25 21:34:16 +00:00
Dragos Oancea
1ccd75c94b [mod_erlang_event] scan-build: Access to field 'rwlock' results in a dereference of a null pointer (loaded from variable 'listener') 2020-02-25 21:30:10 +00:00
Dragos Oancea
40c7d62c42 [mod_skinny] scan-build: Value stored to 'profile' is never read - channel_outgoing_channel() 2020-02-25 21:24:36 +00:00
Andrey Volk
05a7914b8e [mod_json_cdr] scan-build: Fix dead assignments. 2020-02-26 01:18:45 +04:00
Dragos Oancea
0ad909aec7 [mod_verto] scan-build: Null pointer argument in call to string comparison function - http_run() 2020-02-25 21:18:44 +00:00
Andrey Volk
39453fbcdc [mod_odbc_cdr] scan-build: Fix dereference of null pointer and a dead assignment. 2020-02-26 00:58:51 +04:00
Andrey Volk
e8c4de5b48 [mod_imagick] Remove unused variable. 2020-02-26 00:45:19 +04:00
Andrey Volk
adef812266 [mod_png] Remove unused variable. 2020-02-26 00:37:39 +04:00
Andrey Volk
d767976167 [mod_portaudio_stream] scan-build: Fix dead assignment. 2020-02-26 00:28:05 +04:00
Seven Du
6decc21669 [core] fix sdp parsing on invalid sdp 2020-02-26 00:17:55 +04:00
Dragos Oancea
828605fe4d [mod_unimrcp] scan-build: Value stored to 'lname' is never read - audio_queue_create() 2020-02-25 20:16:16 +00:00
Andrey Volk
d331e5947c [mod_python] scan-build: Fix "Argument with 'nonnull' attribute passed null" 2020-02-26 00:15:28 +04:00
Andrey Volk
d63676405f [mod_say_xx] Fix multiple dead assignments 2020-02-25 23:53:45 +04:00
Dragos Oancea
0c2873e726 [mod_amr] scan-build: Array access (from variable 'tocs') results in a null pointer dereference - switch_amr_unpack_oa() 2020-02-25 17:51:09 +00:00
Dragos Oancea
a07c0447f0 [mod_amr] scan-build: Value stored to 'ft' is never read - switch_amr_unpack_be() 2020-02-25 17:38:15 +00:00
Andrey Volk
42d3100609
Merge pull request #412 from signalwire/sofia_out_of_bounds
[sofia-sip] Fix out-of-bounds write in sres_sofia_update().
2020-02-25 02:34:35 +04:00
Andrey Volk
72869f13f6 [sofia-sip] Fix out-of-bounds write in sres_sofia_update(). 2020-02-25 02:09:27 +04:00
Andrey Volk
cf0e81c758
Merge pull request #411 from signalwire/sdp_crash
[Core] Fix crash when parsing some uncommon SDP attributes
2020-02-25 02:00:01 +04:00
Andrey Volk
f9cafeb7a8 [Core] Fix crash when parsing some uncommon SDP attributes 2020-02-25 01:40:52 +04:00
Andrey Volk
60fa01976f
Merge pull request #407 from signalwire/iksemel
[iksemel, libdingaling] scan-build: fix multiple dead assignments and dereference of null pointer
2020-02-22 02:40:41 +04:00
Andrey Volk
5e5fd214b5 [iksemel, libdingaling] scan-build: fix multiple dead assignments and dereference of null pointer 2020-02-22 01:48:43 +04:00
Andrey Volk
14913244a3
Merge pull request #406 from signalwire/mod_dingaling
[mod_dingaling] scan-build: fix multiple dead assignments and dereference of null pointer.
2020-02-22 00:48:08 +04:00
Andrey Volk
ac27b87b9c
Merge pull request #405 from dragos-oancea/core_file-unit-test-scan-build
[unit-tests] scan-build: Result of 'malloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'int16_t'
2020-02-22 00:46:45 +04:00
Andrey Volk
5082454c45 [mod_dingaling] scan-build: fix multiple dead assignments and dereference of null pointer. 2020-02-22 00:46:10 +04:00
Dragos Oancea
93dcd6e77e [unit-tests] scan-build: Result of 'malloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'int16_t' 2020-02-21 20:28:41 +00:00