8017 Commits

Author SHA1 Message Date
Dragos Oancea
2325dc762c [spandsp] scan-build: Value stored to 'result' is never read - read_tiff_t85_image() 2020-02-04 14:31:06 +00:00
Dragos Oancea
1525a24c26 [spandsp] scan-build: Division by zero - test_cadence() 2020-02-04 14:22:57 +00:00
Dragos Oancea
118b26578c [sofia-sip] scan-build: Access to field 'c_address' results in a dereference of a null pointer (loaded from variable 'c') 2020-01-31 23:17:08 +00:00
Dragos Oancea
df5333ed6f [sofia-sip] scan-build: Access to field 'nh_destroyed' results in a dereference of a null pointer (loaded from variable 'nh') 2020-01-31 23:11:40 +00:00
Dragos Oancea
3aac1f8d55 [sofia-sip] scan-build: Value stored to 'end' during its initialization is never read - sip_info_d() 2020-01-31 21:47:07 +00:00
Dragos Oancea
043b23bd28 [sofia-sip] scan-build: Value stored to 'tport' is never read - incoming_retransmit_reply() 2020-01-31 21:43:11 +00:00
Dragos Oancea
0f6d976eb0 [sofia-sip] scan-build: Value stored to 'contacts' is never read - nua_register_client_request() 2020-01-31 21:39:51 +00:00
Dragos Oancea
a550adb0c6 [sofia-sip] scan-build: Value stored to 'rest' is never read - msg_extract_payload() 2020-01-31 21:35:30 +00:00
Dragos Oancea
f22340c776 [sofia-sip] scan-build: Value stored to 'why' is never read - tport_tcp_ping() 2020-01-31 21:32:22 +00:00
Dragos Oancea
f7032c797e [sofia-sip] scan-build: Value stored to 'options' is never read - tls_init_context() 2020-01-31 21:21:09 +00:00
Dragos Oancea
e84738d92c [sofia-sip] scan-build: Assigned value is garbage or undefined - outgoing_naptr_tport() 2020-01-31 15:27:54 +00:00
Dragos Oancea
0734d471d9 [sofia-sip] scan-build: Null pointer passed as an argument to a 'nonnull' parameter 2020-01-31 15:19:08 +00:00
Dragos Oancea
90a3391c3c [miniupnpc] Value stored to 'fd_flags' is never read 2020-01-31 14:35:04 +00:00
Andrey Volk
931cf4d83f
Merge pull request #243 from lazedo/cjson-update
[cJSON] Update to v1.7.12
2020-01-29 18:16:50 +04:00
lazedo
db95f1e9dd [cJSON] Update to v1.7.12 2020-01-29 00:29:04 +04:00
Andrey Volk
dc2b43fb74
Merge pull request #265 from signalwire/set_illuminant_from_code
[SpanDSP] Fix use of uninitialized xyz variable in set_illuminant_from_code()
2020-01-28 23:10:07 +04:00
Andrey Volk
4fc6fc9b09 [SpanDSP] Fix use of uninitialized xyz variable in set_illuminant_from_code() 2020-01-26 18:32:18 +04:00
Andrey Volk
1e4cb132d6 [SpanDSP] Remove unused x_repeats variable from header_row_read_handler() 2020-01-26 17:57:08 +04:00
Dragos Oancea
e3abcf2808 [miniupnpc] fix heap-buffer-overflow reported by ASAN (on read) 2020-01-22 19:07:06 +00:00
Dragos Oancea
e3b1fb91c8 [sofia-sip] fix overflow in logging (tport)
[sofia-sip] bump .update
2020-01-20 19:46:51 +04:00
Andrey Volk
f7ec94c9c4 [esl] Add SHUTDOWN_REQUESTED event. 2019-12-31 03:12:04 +04:00
Seven Du
9248aa05ec [sofia-sip] fix 183 received right after 200 (#67) 2019-12-31 03:10:13 +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
f664600df4 [fs_cli] Fix unchecked tainted data. 2019-12-31 01:01:45 +04:00
Andrey Volk
8126d1f482 [sofia-sip] Fix memory leak when a tcp connection gives POLLERR due to RST. 2019-12-31 00:54:49 +04:00
Andrey Volk
0af811bb24 [sofia-sip] Fix memory leak when incomplete tls connection. 2019-12-31 00:49:50 +04:00
Andrey Volk
5addd7144c FS-12058: [sofia-sip] Fix scan-build issues in su_alloc.c 2019-12-30 23:58:56 +04:00
Mike Jerris
07c6ad5e1a [build] fix libvpx osx build detection on newer compilers and osx versions so we use sse extensions on newer versions 2019-10-23 13:54:09 -06:00
Andrey Volk
93691c60ce
Merge pull request #32 from cdosoftei/php7-esl
ESL adjustments for PHP 7+
2019-10-13 00:51:31 +04:00
Andrey Volk
8a80e3ad0c
Merge pull request #44 from micmac1/master-fs_cli_typo
[fs_cli] Fix typo, resolves garbled screen
2019-10-13 00:49:08 +04:00
Sebastian Kemper
8919d581fe [fs_cli] Fix typo, resolves garbled screen
Related to FS-11309.

Commit bc3e1c9e7de1855eec454bba467fd2586e5e251b introduced a typo that
results in EL_REFRESH never being used, even if available. This can
cause the screen to garble.

This fixes the typo.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-12 21:46:09 +02:00
Andrew Savchenko
c4ec06dc23
Add support for the Elbrus architecture
The Elbrus architecture (aka E2K, aka 2000) is LE.

Signed-off-by: Andrew Savchenko <bircoph@altlinux.org>
2019-10-10 16:21:31 +03:00
cdosoftei
d60193c1ae
ESL adjustments for PHP 7+ 2019-10-02 14:05:58 -04:00
Andrey Volk
583bf0441d FS-12042: [sofia-sip] Fix typo in sresolv. 2019-09-09 22:12:10 +04:00
Andrey Volk
f93445a38c FS-12010: [sofia-sip] Fix improper cleanup on su_deinit(). 2019-08-20 03:11:28 +04:00
Andrey Volk
6fe1a87e3e FS-11987: [sofia-sip] Extract URI from info param of SIP Identity Header
- allow for a spaces between "info=" and opening '<'
- extract URI from inside "<>" but allow empty - let the higher level app decide what to do about it
- replace strndup (does not exist on Windows) with memcpy
2019-08-13 19:53:11 +04:00
Piotr Gregor
b8ad860a54 FS-11987: [sofia-sip] Add SIPTAG_IDENTITY_STR and sofia-sip Identity Header handling 2019-08-09 00:23:43 +04:00
Andrey Volk
9b05fabd53 FS-11966: [core] Fix regression after libsrtp upgrade to 2.2.0 resulting in no audio 2019-07-29 14:57:51 +04:00
Anthony Minessale
1c80a83d57 fix teletone gen on multichannel 2019-07-25 23:31:08 +04:00
Andrey Volk
157b47f537 FS-11267: [Build-System] Fix libyuv build for Windows 2019-07-25 23:20:29 +04:00
Anthony Minessale
5a924d5ef3 update libyuv to hash 5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/ 2019-07-25 23:19:40 +04:00
Andrey Volk
a714dacd7f FS-11267: [Build-System] Fix libvpx build for Windows 2019-07-25 23:16:51 +04:00
Mike Jerris
f49279b45e .gitignore 2019-07-25 23:06:38 +04:00
Mike Jerris
dd49510113 FS-11267: [Build-System] Fix libvpx build dependencies 2019-07-25 23:06:31 +04:00
Mike Jerris
8948ba694e .gitignore 2019-07-25 23:06:24 +04:00
Anthony Minessale
e7dd41e361 new version of vp8 thread sleep patch 2019-07-25 23:06:17 +04:00
Anthony Minessale
731ee28fe7 update libvpx to hash 133f83e2c tag v1.7.0 from https://chromium.googlesource.com/webm/libvpx 2019-07-25 23:06:06 +04:00
Andrey Volk
4a2812aaf5 FS-11727: [mod_mariadb] Add MariaDB (MySQL) support 2019-07-23 20:07:16 +04:00
Andrey Volk
f0da2f2cd4 FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for libs/esl 2019-07-18 21:27:04 +04:00
Andrey Volk
4329f36274 FS-11896: [core] Fix typo in ftdm_buffer 2019-07-18 00:27:05 +04:00