]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[mod_ssml] replace strncpy() with snprintf() to fix errors reported by newer compilers.
authorChris Rienzo <chris@signalwire.com>
Tue, 11 May 2021 20:42:23 +0000 (16:42 -0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 22 Oct 2021 22:21:40 +0000 (01:21 +0300)
commit580a46ca5aba08a856c9090e560cb641ff3dd307
tree675408986d648c8568366200bd310e629599e438
parentb9bb5aa2edbdb94f7f694d1c387a0d924c163109
[mod_ssml] replace strncpy() with snprintf() to fix errors reported by newer compilers.
src/mod/formats/mod_ssml/mod_ssml.c