]> 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>
Sat, 23 Oct 2021 19:00:47 +0000 (22:00 +0300)
commit326edd6b6c7652c2ca45f511a867f08bca8fb471
tree675408986d648c8568366200bd310e629599e438
parent3764871c1a391fc45cef18929591e3ec8e575e7f
[mod_ssml] replace strncpy() with snprintf() to fix errors reported by newer compilers.
src/mod/formats/mod_ssml/mod_ssml.c