- 14 4月, 2019 2 次提交
-
-
由 Sebastian Kemper 提交于
With -Wformat-overflow gcc warns about calls to formatted input/output function "sprintf" that might overflow the destination buffer. In this case gcc does not know the upper bound of tm_min and assumes that up to 11 bytes might be written to buffer (3 bytes). But we know that tm_min can only be within the range 0 to 59. mod_say_ja.c: In function 'ja_say_time': mod_say_ja.c:376:35: error: '%d' directive writing between 2 and 10 bytes into a region of size 3 [-Werror=format-overflow=] sprintf(buffer, "%d", tm.tm_min); ^~ mod_say_ja.c:376:34: note: directive argument in the range [11, 2147483647] sprintf(buffer, "%d", tm.tm_min); ^~~~ mod_say_ja.c:376:18: note: 'sprintf' output between 3 and 11 bytes into a destination of size 3 sprintf(buffer, "%d", tm.tm_min); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This commits adds a hint for gcc, which silences the warning. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
由 Sebastian Kemper 提交于
With -Wstringop-truncation gcc warns about calls to bounded string manipulation function "strncpy" that may either truncate the copied string or leave the destination unchanged. To avoid the warning when the result is not expected to be NUL-terminated, it is suggested to call "memcpy" instead. src/switch_core_media.c: In function 'switch_core_media_patch_sdp': src/switch_core_media.c:11854:4: error: 'strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Werror=stringop-truncation] strncpy(q, strchr(a_engine->adv_sdp_ip, ':') ? "6 " : "4 ", 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This commit follows gcc's recommendation. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- 05 4月, 2019 1 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1689 in FS/freeswitch from ~RAZVANC/freeswitch:bugfix/FS-11696-fix-format_fields-init to master * commit '6f15b032': FS-11696 [mod_amqp] fix format_fields initialization
-
- 03 4月, 2019 4 次提交
-
-
由 Mike Jerris 提交于
* commit '8ca01da5': FS-11747 [mod_loopback] add option to not bowout on inner bridge
-
由 Mike Jerris 提交于
* commit '47b2be3d': FS-11748 [mod_kazoo] better handling of interaction-id
-
由 Mike Jerris 提交于
Merge pull request #1706 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11759-update-libks-to-1.2.0-and-signalwire-client-c-to-1.1.0-on-windows to master * commit '1202d6e7': FS-11759: [Build-System] Update libks to 1.2.0 and signalwire-client-c to 1.1.0 on Windows
-
由 Andrey Volk 提交于
-
- 02 4月, 2019 2 次提交
- 01 4月, 2019 3 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1698 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11729-wix-project-fails-to-find-mergemodule-folder-due-to-incorrect-version-in-path-fixed to master * commit 'a8aced24': FS-11729: [Build-System] Fix Visual Studio 2017 15.9 Redist files detection.
-
由 Mike Jerris 提交于
* commit '68e3eae8': FS-11742 [mod_kazoo] add Core-UUID to Runtime-Info
-
由 lazedo 提交于
-
- 31 3月, 2019 3 次提交
-
-
由 Mike Jerris 提交于
* commit 'ece804c9': FS-11741 [mod_kazoo] add compare to field option & json_history FS-11741 [mod_kazoo] add kz_node api
-
由 lazedo 提交于
-
由 lazedo 提交于
-
- 29 3月, 2019 1 次提交
-
-
由 Andrey Volk 提交于
-
- 27 3月, 2019 5 次提交
-
-
由 Mike Jerris 提交于
* commit 'dc8bc06c': FS-11732 [mod_kazoo] check otp version for ei_init
-
由 lazedo 提交于
-
由 Chris Rienzo 提交于
-
由 Mike Jerris 提交于
* commit 'efafdefe': FS-10820 [mod_kazoo] add more kazoo interactions
-
由 lazedo 提交于
* initialize ei * defaults for definitions * add kz endpoint * add kz_bridge * add setters with encoding * add tweaks after merged core PRs
-
- 26 3月, 2019 7 次提交
-
-
由 Mike Jerris 提交于
* commit '168a3c06': FS-10968 [core] create recording vars
-
由 lazedo 提交于
* moves channel vars starting with Recording-Variable- to record_helper * uses record_helper variables for RECORD_START/STOP events
-
由 Mike Jerris 提交于
* commit '6ceb9885': FS-9956 [mod_sofia] retain user lookup in blind & acl auth FS-11025 [mod_sofia] use ports for acl check FS-11025 [core] allow/check ports in network lists FS-10746 [mod_sofia] allow authoritative proxy to provide token
-
由 lazedo 提交于
* retains lookup to be used after caller context is created and switch_ivr_set_user_xml is called
-
由 Mike Jerris 提交于
* commit 'aca07987': FS-9942 [mod_sofia] allow intercept for other channels
-
由 lazedo 提交于
-
由 Mike Jerris 提交于
* commit '7fd7ea9a': FS-11135 [mod_loopback] runtime behaviour controlled by configuration
-
- 20 3月, 2019 1 次提交
-
-
由 Chris Rienzo 提交于
-
- 19 3月, 2019 2 次提交
-
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
- 15 3月, 2019 1 次提交
-
-
由 Piotr Gregor 提交于
-
- 12 3月, 2019 1 次提交
-
-
由 joshebosh 提交于
-
- 09 3月, 2019 3 次提交
-
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
FS-11693 [core] Added switch_channel_set_log_tag() and switch_channel_get_log_tags() This allows you to add log tags to an active call channel. If using SWITCH_CHANNEL_SESSION_LOG, with switch_log_printf(), the tags will be added to the the log node so a logging module can send additional contextual data to a log aggregator.
-
- 08 3月, 2019 1 次提交
-
-
由 Razvan Crainea 提交于
-
- 07 3月, 2019 3 次提交
-
-
由 Mike Jerris 提交于
* commit '10f64224': FS-11691 [core] fix switch_log_node_dup() so that it completely duplicates log nodes
-
由 Chris Rienzo 提交于
-
由 Mike Jerris 提交于
Merge pull request #1484 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:bugfix/FS-11007/mod_conference-fixes to master * commit 'de7a502d': FS-11007: [mod_conference] API: reply to hup. FS-11007: [mod_conference] fix recording counter and remove unused code
-